JSlider, moving Slider directly to a point?
843805Nov 4 2006 — edited Nov 4 2006Hello,
I just need a Java Slider, which can move the Knob directly to the place where a mouse event at the slider occurs. Example: Slider 0 to 100, Knob is on the left side (0) and I press the mouse at the point, lets say 95, the knob should be now moved and parked at the right end of the slider...
I didnt find any functionality in the JavaDoc of the JSlider nor in google...
do you have a hint how I can use this feature?
Thanks guys,
SA.