In my application the users needs to be able to enter a duration, consisting of minutes and seconds.
I am thinking of something like the control used in Windows to change the time, though I only need minutes and seconds and also the arrows would be nice, but are not necessary.
- Is there already a control for this in JavaFX 2?
- If not, how can I create such a control?
A screenshot of the mentioned Windows control:
Thanks for any hint!