mpicbg-scicomp / halcyon

Halcyon is JavaFX framework for designing dockable multiple window applications
GNU General Public License v2.0
5 stars 1 forks source link

Reusable Interval slider #11

Closed royerloic closed 8 years ago

royerloic commented 8 years ago

In addition to a standard slider (with label, editabl text, text coloring based on entry state...), we also need an 'interval' slider that would have two controls, as well as teh ability to move both (hence the whole interval) by clicking between the two markers.

If there is already such a control out there, the best would be to reuse that. For example this seems very cool and could be augmented by adding two text fields for the range positions and a label:

image

http://controlsfx.bitbucket.org/org/controlsfx/control/RangeSlider.html

hkmoon commented 8 years ago

I think you have already made it and using it now. ;)