The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
I would like to propose a new component into JavaFX - Time Picker which can be used from the users to select a time.
Comments
I just created a TimePicker for ControlsFX (only a pull request yet). Maybe it's interesting to have a look into my solution. The look&feel is near to the JavaFX DatePicker's look&feel.
https://bitbucket.org/controlsfx/controlsfx/pull-request/522/new-control-timepicker/
03-07-2015
very smart and useful control like TimeSpinner should be supply
https://wiki.openjdk.java.net/pages/viewpage.action?pageId=15368236
11-04-2015
A time component is mentioned in the DatePicker UI spec.
https://wiki.openjdk.java.net/display/OpenJFX/DatePicker+User+Experience+Documentation
I think most apps would want the 12/24h and timezone choices to be hidden normally, which really only leaves a simple time spinner. It may make sense to have a time picker like this inside the DatePicker dialog, but for standalone use I would probably recommend just using a Spinner control (@since 8u40).
More customization may be possible by creating a ComboBox with a Spinner as Editor. A demo example of this would be helpful.
23-02-2015
There is a discussion regarding a new TimePicker control for ControlsFX on https://bitbucket.org/controlsfx/controlsfx/issue/463/new-controlsfx-control-timepicker
If a JavaFX TimePicker will be published soon, there maybe will be no need for a ControlsFX TimePicker.
Is there a plan when a JavaFX TimePicker will be published?