Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for slide bar with two knobs in Java

I am looking for slide bars with two knobs for a user to move them separately or both together, similar to the one in the picture to use in Java. Any sidebar with two knobs (two indicators) would do. Does it exist?

enter image description here

like image 217
C graphics Avatar asked Jun 26 '13 23:06

C graphics


1 Answers

That's called a range slider. Here it is discussed in another thread: Range Slider in Java

Also, here's an API which provides a JRangeSlider swing object: http://prefuse.org/doc/api/prefuse/util/ui/JRangeSlider.html

I've never used it, but it looks like just what you want.

like image 51
ejk314 Avatar answered Oct 31 '22 10:10

ejk314