TWELVE_HOUR_MODE
the control will have three comboboxes: one for hours, one for minutes, and one for AM/PM. An optional fourth combobox will be used to display seconds. In TWENTYFOUR_HOUR_MODE
there will be no AM/PM combobox. The panel will fire a PropertyChangeEvent
for the property {@link #DISPLAYED_TIME}when the displayed time is changed.
The fonts that are used for the comboboxes are retrieved from the default UiResources
instance, using the key {@link #FONT_RESOURCE_KEY}. If there is no corresponding entry in the resources table, the default font as provided by the current Look&Feel will be used.
@author Torgil Zethson
@see org.jitterbit.util.time.AM_PM
@see org.jitterbit.ui.UiResources
@see java.text.DateFormat
|
|
|
|