Search code examples
javaswinguser-interfacejslider

JSlider with two pointers


I want to give a user a convenient way to enter range from swing gui. What can I use? A perfect option would be a slider with two pointers.


Solution

  • SwingX has JXMultiThumbSlider which is exactly what you're looking for.