jdk/src/share/classes/javax/swing/undo/UndoManager.java
changeset 20458 f2423fb3fd19
parent 20169 d7fa6d7586c9
child 22574 7f8ce0c8c20a
equal deleted inserted replaced
20457:ecb935d774a3 20458:f2423fb3fd19
   124  * <strong>Warning:</strong>
   124  * <strong>Warning:</strong>
   125  * Serialized objects of this class will not be compatible with
   125  * Serialized objects of this class will not be compatible with
   126  * future Swing releases. The current serialization support is
   126  * future Swing releases. The current serialization support is
   127  * appropriate for short term storage or RMI between applications running
   127  * appropriate for short term storage or RMI between applications running
   128  * the same version of Swing.  As of 1.4, support for long term storage
   128  * the same version of Swing.  As of 1.4, support for long term storage
   129  * of all JavaBeans<sup><font size="-2">TM</font></sup>
   129  * of all JavaBeans&trade;
   130  * has been added to the <code>java.beans</code> package.
   130  * has been added to the <code>java.beans</code> package.
   131  * Please see {@link java.beans.XMLEncoder}.
   131  * Please see {@link java.beans.XMLEncoder}.
   132  *
   132  *
   133  * @author Ray Ryan
   133  * @author Ray Ryan
   134  */
   134  */