RangeSlider

RangeSlider #

When you want a user to specify a range, right now you need to give them two text fields to type into (or two sliders). Yuck!

The RangeSlider control is essentially the standard JavaFX slider but with two draggable thumbs on it – one representing the low value and the other the high value. Much better!

RangeSlider
A RangeSlider Control