-
Notifications
You must be signed in to change notification settings - Fork 32
RangeSlider
lcaron edited this page Jul 7, 2015
·
1 revision
The Range Slider is a control that lets you input two values, typically an upper and a lower bound. Normal sliders just lets you input one value.
Because the look and feel is very close to the Scale widget, I've decided to reproduce it.
The only difference concerns the "selection" getters and setters, because there is 2 values.
An example called RangeSliderSnippet.java is located in the directory src/test/java/org/mihalis/opal/rangeSlider.
This example is also available here : https://github.com/lcaron/opal/blob/master/src/test/java/org/mihalis/opal/rangeSlider/RangeSliderSnippet.java