I'm
not sure that this is a Java Linux question, but here goes.
I
don't think that this is an applet problem, it is more a problem with the fact
that slider controls in Java (I'm assuming javax.swing.JSlider) just don't work
this way. I would first suggest that this UI is some what confusing.
I would use three separated sliders and have them set there values according to
the necessary heuristic. The Gimp and Adobe Photoshop do something very
similar to this for choosing read/green/blue color values.
If you
do not want to change the UI, then you would have to create a new control and
make it available with your applet. You might try to incorporate
javax.swing.JSlider, or you might just start from scratch.
Good
luck, and I hope this was helpful
Zack
|
- Mutiple Slider Control! legin
- Grossbart, Zack