문제

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.

도움이 되었습니까?

해결책

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

다른 팁

Btw, this implementation of RangeSlider is more simple for me, but swingx stuff should work somehow too, if your implement Renderer first.

http://ernienotes.wordpress.com/2010/12/27/creating-a-java-swing-range-slider/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top