I was trying to find a spinner component like JSpinner to use in my JavaFX application but there is no such component.
What JavaFX component do you recommend me to u
You can also check and follow my initial approach to the spinner implementation problem, which you can find here: https://github.com/bluevoxel/Custom_Spinner_JavaFX8/wiki
And thats how it looks like:
Its functionality is constantly expanding, so I will be very grateful for your feedback.
UPDATE 4/11/2014
There is a new version available with expanded functionality including double
s, additional customizable ContextMenu
class for choosing the incrementation value
, additional method for uploading custom functionality to increase/decrease
buttons. Check the link below to know more:
https://gist.github.com/bluevoxel/c730a101ba812728a235
Also, there is a new outlook lack of external image files: