(The design of the Spinner has been refined and implemented in the JavaFX Spinner library control. Check this post and the JMetro page).
Here is Tom Eugelink’s spinner control from JFxtras with a metro style.It’s basically a control that allows the user to iterate through a list of values using an increment and decrement button.
I’ve changed the code on ListSpinner so you’ll have to use my version in order for the metro style css to work.
A sample app is included in the files.
Looks good, although the border in the dark version seems out of proportion. Have you committed the changed sources?
Hi Tom,
No, I haven’t commited, cause the changes make the caspian skin break, so I don’t know whether I should commit the changes or create a new version on some other place.
Can you create a pull request on github?