| Demonstrates different configurations of JFormattedTextField
to display and edit numbers. Shows
- how to use a custom DateFormat
- how to use a custom DateFormatter
- how to use a custom FormatterFactory
- how to reset a date to
null
- how to map the empty string to a special date
- how to commit values on valid texts
To look under the hood of this component, this class exposes
the bound properties text, value and editValid.
author: Karsten Lentzsch version: $Revision: 1.17 $ See Also: JFormattedTextField See Also: JFormattedTextField.AbstractFormatter |