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.
- ListSpinner with a metro style (dark)
- ListSpinner with a metro style (light)
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.
JavaFX links of the week, January 28 // JavaFX News, Demos and Insight // FX Experience
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?