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?
Looking for slide bar with two knobs in Java
Asked Answered
Try taking a look at this. I've used it in the past and it works well.. –
Throne
Cool component. This is getting ridiculous. Every question is getting closed. Somebody tell me how this question should be worded so it doesn't break the idiotic guidelines for asking a question? In 10 years of answering questions on the forums I have no idea where to look to find a component like this. I have no idea what the name of the component would be. Where do I go to get help??? How does pointing a person to a website or library generate opinionated answers? –
Rupp
Thanks for the support. I am disparately in the need of this answer and these guys closed my question! –
Gaiseric
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.
Is there a version with 3 knobs (Left, Center and Right value)? –
Convict
i would suggest checking out JIDE (open source components), i know for a fact there is a range slider with two knobs
Is there a version with 3 knobs (Left, Center and Right value)? –
Convict
Sorry for late answer:)
I recently implemented JRangeSlider without custom painting code, thus it will always look like normal JSlider, but with two knobs.
https://github.com/andronix3/SwingHacks/blob/master/com/smartg/swing/JRangeSlider.java
Is there a version with 3 knobs (Left, Center and Right value)? –
Convict
© 2022 - 2024 — McMap. All rights reserved.