jdk/src/share/classes/javax/swing/text/DefaultFormatter.java
changeset 20854 242194ae1563
parent 20800 1f6b7d81410d
parent 20458 f2423fb3fd19
child 21278 ef8a3a2a72f2
equal deleted inserted replaced
20853:505b28fe2b98 20854:242194ae1563
    49  * <strong>Warning:</strong>
    49  * <strong>Warning:</strong>
    50  * Serialized objects of this class will not be compatible with
    50  * Serialized objects of this class will not be compatible with
    51  * future Swing releases. The current serialization support is
    51  * future Swing releases. The current serialization support is
    52  * appropriate for short term storage or RMI between applications running
    52  * appropriate for short term storage or RMI between applications running
    53  * the same version of Swing.  As of 1.4, support for long term storage
    53  * the same version of Swing.  As of 1.4, support for long term storage
    54  * of all JavaBeans<sup><font size="-2">TM</font></sup>
    54  * of all JavaBeans&trade;
    55  * has been added to the <code>java.beans</code> package.
    55  * has been added to the <code>java.beans</code> package.
    56  * Please see {@link java.beans.XMLEncoder}.
    56  * Please see {@link java.beans.XMLEncoder}.
    57  *
    57  *
    58  * @see javax.swing.JFormattedTextField.AbstractFormatter
    58  * @see javax.swing.JFormattedTextField.AbstractFormatter
    59  *
    59  *