Time spinner in 8u40

Peter Penzov peter.penzov at gmail.com
Wed Sep 17 10:22:13 UTC 2014


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


More information about the openjfx-dev mailing list