[JAVA2D] HSB values explained

2002-08-01 Thread Jan Bösenberg
I noticed that there seem to be at least two systems for describing colors with HSB values. When converting a color in Java from RGB to HSB I get totally different values from the ones that my graphics software (Paint Shop Pro) tells me (they use values from 0 to 255, but that is not what I

[JAVA2D] launching a browser

2002-08-01 Thread Ed Brown
Hi All I'm writing an image processing application in Java 2D and I want to launch the HTML help in a browser on clicking the relevant button.The application itself runs imdependant of the browser. I guess this is possible but can anyone point me in the right direction for examples or a code

Re: [JAVA2D] launching a browser

2002-08-01 Thread Darla Weiss
Try this: http://www.javaworld.com/javaworld/javatips/jw-javatip66.html = Darla Ed Brown wrote: Hi All I'm writing an image processing application in Java 2D and I want to launch the HTML help in a browser on clicking the relevant button.The application itself runs imdependant of the

Re: [JAVA2D] launching a browser

2002-08-01 Thread Mona Wong-Barnum
Hi Ed: Checkout http://browserlauncher.sourceforge.net/. We use it and it works very well for us doing what you asked form. Hi All I'm writing an image processing application in Java 2D and I want to launch the HTML help in a browser on clicking the relevant button.The application

Re: [JAVA2D] HSB values explained

2002-08-01 Thread Jim Graham
Hi Jan, Does anybody know any resources where these systems are explained (preferably with some conversion algorithms)? Foley and Van Dam's Computer Graphics: Principles and Practice describes a lot of the terms and protocols we use in the 2D API. In particular, they define the HSV (aka HSB)