jdk/src/share/classes/javax/swing/AbstractAction.java
changeset 20458 f2423fb3fd19
parent 5506 202f599c92aa
child 22574 7f8ce0c8c20a
equal deleted inserted replaced
20457:ecb935d774a3 20458:f2423fb3fd19
    47  * <strong>Warning:</strong>
    47  * <strong>Warning:</strong>
    48  * Serialized objects of this class will not be compatible with
    48  * Serialized objects of this class will not be compatible with
    49  * future Swing releases. The current serialization support is
    49  * future Swing releases. The current serialization support is
    50  * appropriate for short term storage or RMI between applications running
    50  * appropriate for short term storage or RMI between applications running
    51  * the same version of Swing.  As of 1.4, support for long term storage
    51  * the same version of Swing.  As of 1.4, support for long term storage
    52  * of all JavaBeans<sup><font size="-2">TM</font></sup>
    52  * of all JavaBeans&trade;
    53  * has been added to the <code>java.beans</code> package.
    53  * has been added to the <code>java.beans</code> package.
    54  * Please see {@link java.beans.XMLEncoder}.
    54  * Please see {@link java.beans.XMLEncoder}.
    55  *
    55  *
    56  * @author Georges Saab
    56  * @author Georges Saab
    57  * @see Action
    57  * @see Action