1. Custom range to use with JSlider stackoverflow.comI'm trying to create a jslider that moves withing the following ranges.
In short I don't want the values -1 and 0 to be valid values for the JSlider.
But the values from ... |
2. Java JSlider set values stackoverflow.comHow can I set the values of a |
3. Range Slider or Multi Thumb Slider for SWING stackoverflow.comI need a Multi Thumb Slider for Java. I would need a MultiThumb that can represent a range (so with 2 thumbs) but until now, I can't find any starting point. ... |
4. How do i set diffrent range in jslider forums.oracle.comI have a problem with my jslider, let say the slider have min value 1 and max value 100 then the range is by defualt 1. so if i click on the jslider the value will be 2 but i want the slider to take bigger step let say 10 at the time, 10, 20 ,30..... how can i do that? ... |