Most voted "jslider" questions
Jslider is a java-swing component that allows the user to graphically select a value by sliding a button within a limited range. The button is always positioned at points combining integer values within the specified range.
Learn more…3 questions
Sort by count of
-
2
votes1
answer455
viewsModifying a Jslider
I’d like to do two things: first: add a label, or anything, that allows me to put a "text" below the colors. Example in illustration: 2nd: Make the pointer/indicator of the slider, go to the color…
-
2
votes1
answer115
viewsModify the range of a Jslider
In my project I have a Jslider, its minimum value is 0 and its maximum value is 10. I would like to modify it so that its interval is two in two numbers, so that it is only possible to select/show…
-
1
votes1
answer83
viewsControl animation speed using the Jslider component
Good guys, I’m developing a little project that aims to simulate the controlled environment of train tracks, where I have 3 trains circulating in a clockwise direction, where the three pass by the…