New JDK is here:
JDK 8u40 release includes new JavaFX UI controls; a spinner control, formatted-text support, and a standard set of alert dialogs.
I want to initiliaze the Spinner with an IntegerSpinnerValueFactory in fxml. I tried like the following:
<Spinner><valueFactory><SpinnerValueFactory ???????? /></valueFactory></Spinner>
There is little documentation for the new control and considering that is only java in class coding.
Any idea of how to initialize it?