Hi All,
I successfully tested Spinner control in 8u40.
final Spinner spinner = new Spinner();
spinner.setValueFactory(new
SpinnerValueFactory.IntegerSpinnerValueFactory(0, 10000));
spinner.setEditable(true);
I noticed that there is a Java method for time spinner
LocalDateSpinnerValueFactory in SpinnerValueFactory. But the Java Method is
not public. Are there plans to release time spinner in 8u40?
BR,
Peter
