提交 f71e1235 编写于 作者: C cl

8025840: Fix all the doclint warnings about trademark

Reviewed-by: art
上级 2814a74a
...@@ -49,7 +49,7 @@ import sun.security.action.GetPropertyAction; ...@@ -49,7 +49,7 @@ import sun.security.action.GetPropertyAction;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -66,7 +66,7 @@ import java.util.*; ...@@ -66,7 +66,7 @@ import java.util.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -1973,7 +1973,7 @@ public abstract class AbstractButton extends JComponent implements ItemSelectabl ...@@ -1973,7 +1973,7 @@ public abstract class AbstractButton extends JComponent implements ItemSelectabl
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -2379,7 +2379,7 @@ public abstract class AbstractButton extends JComponent implements ItemSelectabl ...@@ -2379,7 +2379,7 @@ public abstract class AbstractButton extends JComponent implements ItemSelectabl
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* @since 1.4 * @since 1.4
......
...@@ -43,7 +43,7 @@ import java.io.Serializable; ...@@ -43,7 +43,7 @@ import java.io.Serializable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -38,7 +38,7 @@ import java.util.EventListener; ...@@ -38,7 +38,7 @@ import java.util.EventListener;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -68,7 +68,7 @@ import javax.accessibility.*; ...@@ -68,7 +68,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -298,7 +298,7 @@ public class Box extends JComponent implements Accessible { ...@@ -298,7 +298,7 @@ public class Box extends JComponent implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -36,12 +36,12 @@ import java.io.PrintStream; ...@@ -36,12 +36,12 @@ import java.io.PrintStream;
* vertically or horizontally. The components will not wrap so, for * vertically or horizontally. The components will not wrap so, for
* example, a vertical arrangement of components will stay vertically * example, a vertical arrangement of components will stay vertically
* arranged when the frame is resized. * arranged when the frame is resized.
* <TABLE ALIGN="RIGHT" BORDER="0" SUMMARY="layout"> * <TABLE STYLE="FLOAT:RIGHT" BORDER="0" SUMMARY="layout">
* <TR> * <TR>
* <TD ALIGN="CENTER"> * <TD ALIGN="CENTER">
* <P ALIGN="CENTER"><IMG SRC="doc-files/BoxLayout-1.gif" * <P STYLE="TEXT-ALIGN:CENTER"><IMG SRC="doc-files/BoxLayout-1.gif"
* alt="The following text describes this graphic." * alt="The following text describes this graphic."
* WIDTH="191" HEIGHT="201" ALIGN="BOTTOM" BORDER="0"> * WIDTH="191" HEIGHT="201" STYLE="FLOAT:BOTTOM; BORDER:0">
* </TD> * </TD>
* </TR> * </TR>
* </TABLE> * </TABLE>
...@@ -124,7 +124,7 @@ import java.io.PrintStream; ...@@ -124,7 +124,7 @@ import java.io.PrintStream;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -59,7 +59,7 @@ import java.io.Serializable; ...@@ -59,7 +59,7 @@ import java.io.Serializable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -57,7 +57,7 @@ import javax.accessibility.*; ...@@ -57,7 +57,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -37,7 +37,7 @@ import java.util.EventListener; ...@@ -37,7 +37,7 @@ import java.util.EventListener;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -39,7 +39,7 @@ import javax.swing.event.*; ...@@ -39,7 +39,7 @@ import javax.swing.event.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -43,7 +43,7 @@ import java.io.Serializable; ...@@ -43,7 +43,7 @@ import java.io.Serializable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -63,7 +63,7 @@ import sun.swing.DefaultLookup; ...@@ -63,7 +63,7 @@ import sun.swing.DefaultLookup;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -337,7 +337,7 @@ public class DefaultListCellRenderer extends JLabel ...@@ -337,7 +337,7 @@ public class DefaultListCellRenderer extends JLabel
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -44,7 +44,7 @@ import javax.swing.event.*; ...@@ -44,7 +44,7 @@ import javax.swing.event.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -41,7 +41,7 @@ import javax.swing.event.*; ...@@ -41,7 +41,7 @@ import javax.swing.event.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -37,7 +37,7 @@ import java.util.EventListener; ...@@ -37,7 +37,7 @@ import java.util.EventListener;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -59,7 +59,7 @@ import java.security.*; ...@@ -59,7 +59,7 @@ import java.security.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -555,7 +555,7 @@ public class ImageIcon implements Icon, Serializable, Accessible { ...@@ -555,7 +555,7 @@ public class ImageIcon implements Icon, Serializable, Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* @since 1.3 * @since 1.3
......
...@@ -77,7 +77,7 @@ import javax.accessibility.*; ...@@ -77,7 +77,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -65,7 +65,7 @@ import java.io.IOException; ...@@ -65,7 +65,7 @@ import java.io.IOException;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -304,7 +304,7 @@ public class JButton extends AbstractButton implements Accessible { ...@@ -304,7 +304,7 @@ public class JButton extends AbstractButton implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -63,7 +63,7 @@ import java.io.IOException; ...@@ -63,7 +63,7 @@ import java.io.IOException;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -330,7 +330,7 @@ public class JCheckBox extends JToggleButton implements Accessible { ...@@ -330,7 +330,7 @@ public class JCheckBox extends JToggleButton implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -77,7 +77,7 @@ import javax.accessibility.*; ...@@ -77,7 +77,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -289,7 +289,7 @@ public class JCheckBoxMenuItem extends JMenuItem implements SwingConstants, ...@@ -289,7 +289,7 @@ public class JCheckBoxMenuItem extends JMenuItem implements SwingConstants,
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -69,7 +69,7 @@ import sun.swing.SwingUtilities2; ...@@ -69,7 +69,7 @@ import sun.swing.SwingUtilities2;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -57,7 +57,7 @@ import javax.accessibility.*; ...@@ -57,7 +57,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -1608,7 +1608,7 @@ implements ItemSelectable,ListDataListener,ActionListener, Accessible { ...@@ -1608,7 +1608,7 @@ implements ItemSelectable,ListDataListener,ActionListener, Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -163,7 +163,7 @@ import sun.swing.UIClientPropertyKey; ...@@ -163,7 +163,7 @@ import sun.swing.UIClientPropertyKey;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -3653,7 +3653,7 @@ public abstract class JComponent extends Container implements Serializable, ...@@ -3653,7 +3653,7 @@ public abstract class JComponent extends Container implements Serializable,
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -76,7 +76,7 @@ import java.util.TreeSet; ...@@ -76,7 +76,7 @@ import java.util.TreeSet;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -612,7 +612,7 @@ public class JDesktopPane extends JLayeredPane implements Accessible ...@@ -612,7 +612,7 @@ public class JDesktopPane extends JLayeredPane implements Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -77,7 +77,7 @@ import javax.accessibility.*; ...@@ -77,7 +77,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the {@code java.beans} package. * has been added to the {@code java.beans} package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -179,7 +179,7 @@ import javax.accessibility.*; ...@@ -179,7 +179,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -1636,7 +1636,7 @@ public class JEditorPane extends JTextComponent { ...@@ -1636,7 +1636,7 @@ public class JEditorPane extends JTextComponent {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -1690,7 +1690,7 @@ public class JEditorPane extends JTextComponent { ...@@ -1690,7 +1690,7 @@ public class JEditorPane extends JTextComponent {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -54,7 +54,7 @@ import javax.swing.text.*; ...@@ -54,7 +54,7 @@ import javax.swing.text.*;
* configuring what action should be taken when focus is lost. The possible * configuring what action should be taken when focus is lost. The possible
* configurations are: * configurations are:
* <table summary="Possible JFormattedTextField configurations and their descriptions"> * <table summary="Possible JFormattedTextField configurations and their descriptions">
* <tr><th><p align="left">Value</p></th><th><p align="left">Description</p></th></tr> * <tr><th><p style="text-align:left">Value</p></th><th><p style="text-align:left">Description</p></th></tr>
* <tr><td>JFormattedTextField.REVERT * <tr><td>JFormattedTextField.REVERT
* <td>Revert the display to match that of <code>getValue</code>, * <td>Revert the display to match that of <code>getValue</code>,
* possibly losing the current edit. * possibly losing the current edit.
...@@ -171,7 +171,7 @@ import javax.swing.text.*; ...@@ -171,7 +171,7 @@ import javax.swing.text.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -93,7 +93,7 @@ import javax.accessibility.*; ...@@ -93,7 +93,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -90,7 +90,7 @@ import sun.swing.SwingUtilities2; ...@@ -90,7 +90,7 @@ import sun.swing.SwingUtilities2;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -2029,7 +2029,7 @@ public class JInternalFrame extends JComponent implements ...@@ -2029,7 +2029,7 @@ public class JInternalFrame extends JComponent implements
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -2144,7 +2144,7 @@ public class JInternalFrame extends JComponent implements ...@@ -2144,7 +2144,7 @@ public class JInternalFrame extends JComponent implements
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -2318,7 +2318,7 @@ public class JInternalFrame extends JComponent implements ...@@ -2318,7 +2318,7 @@ public class JInternalFrame extends JComponent implements
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -94,7 +94,7 @@ import java.util.*; ...@@ -94,7 +94,7 @@ import java.util.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -1064,7 +1064,7 @@ public class JLabel extends JComponent implements SwingConstants, Accessible ...@@ -1064,7 +1064,7 @@ public class JLabel extends JComponent implements SwingConstants, Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -148,7 +148,7 @@ import javax.accessibility.*; ...@@ -148,7 +148,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -765,7 +765,7 @@ public class JLayeredPane extends JComponent implements Accessible { ...@@ -765,7 +765,7 @@ public class JLayeredPane extends JComponent implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -253,7 +253,7 @@ import static sun.swing.SwingUtilities2.Section.*; ...@@ -253,7 +253,7 @@ import static sun.swing.SwingUtilities2.Section.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* <p> * <p>
...@@ -970,7 +970,7 @@ public class JList<E> extends JComponent implements Scrollable, Accessible ...@@ -970,7 +970,7 @@ public class JList<E> extends JComponent implements Scrollable, Accessible
* *
* <table border="1" * <table border="1"
* summary="Describes layouts VERTICAL, HORIZONTAL_WRAP, and VERTICAL_WRAP"> * summary="Describes layouts VERTICAL, HORIZONTAL_WRAP, and VERTICAL_WRAP">
* <tr><th><p align="left">Value</p></th><th><p align="left">Description</p></th></tr> * <tr><th><p style="text-align:left">Value</p></th><th><p style="text-align:left">Description</p></th></tr>
* <tr><td><code>VERTICAL</code> * <tr><td><code>VERTICAL</code>
* <td>Cells are layed out vertically in a single column. * <td>Cells are layed out vertically in a single column.
* <tr><td><code>HORIZONTAL_WRAP</code> * <tr><td><code>HORIZONTAL_WRAP</code>
...@@ -2877,7 +2877,7 @@ public class JList<E> extends JComponent implements Scrollable, Accessible ...@@ -2877,7 +2877,7 @@ public class JList<E> extends JComponent implements Scrollable, Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -93,7 +93,7 @@ import java.lang.ref.WeakReference; ...@@ -93,7 +93,7 @@ import java.lang.ref.WeakReference;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -1149,7 +1149,7 @@ public class JMenu extends JMenuItem implements Accessible,MenuElement ...@@ -1149,7 +1149,7 @@ public class JMenu extends JMenuItem implements Accessible,MenuElement
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -1386,7 +1386,7 @@ public class JMenu extends JMenuItem implements Accessible,MenuElement ...@@ -1386,7 +1386,7 @@ public class JMenu extends JMenuItem implements Accessible,MenuElement
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -67,7 +67,7 @@ import javax.accessibility.*; ...@@ -67,7 +67,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* <p> * <p>
...@@ -502,7 +502,7 @@ public class JMenuBar extends JComponent implements Accessible,MenuElement ...@@ -502,7 +502,7 @@ public class JMenuBar extends JComponent implements Accessible,MenuElement
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -72,7 +72,7 @@ import javax.accessibility.*; ...@@ -72,7 +72,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -826,7 +826,7 @@ public class JMenuItem extends AbstractButton implements Accessible,MenuElement ...@@ -826,7 +826,7 @@ public class JMenuItem extends AbstractButton implements Accessible,MenuElement
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -298,7 +298,7 @@ import static javax.swing.ClientPropertyKey.PopupFactory_FORCE_HEAVYWEIGHT_POPUP ...@@ -298,7 +298,7 @@ import static javax.swing.ClientPropertyKey.PopupFactory_FORCE_HEAVYWEIGHT_POPUP
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -2573,7 +2573,7 @@ public class JOptionPane extends JComponent implements Accessible ...@@ -2573,7 +2573,7 @@ public class JOptionPane extends JComponent implements Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -52,7 +52,7 @@ import java.io.IOException; ...@@ -52,7 +52,7 @@ import java.io.IOException;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -229,7 +229,7 @@ public class JPanel extends JComponent implements Accessible ...@@ -229,7 +229,7 @@ public class JPanel extends JComponent implements Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -64,7 +64,7 @@ import java.util.Arrays; ...@@ -64,7 +64,7 @@ import java.util.Arrays;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -399,7 +399,7 @@ public class JPasswordField extends JTextField { ...@@ -399,7 +399,7 @@ public class JPasswordField extends JTextField {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -71,7 +71,7 @@ import java.applet.Applet; ...@@ -71,7 +71,7 @@ import java.applet.Applet;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -114,7 +114,7 @@ import javax.swing.plaf.ProgressBarUI; ...@@ -114,7 +114,7 @@ import javax.swing.plaf.ProgressBarUI;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -643,7 +643,7 @@ public class JProgressBar extends JComponent implements SwingConstants, Accessib ...@@ -643,7 +643,7 @@ public class JProgressBar extends JComponent implements SwingConstants, Accessib
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -1031,7 +1031,7 @@ public class JProgressBar extends JComponent implements SwingConstants, Accessib ...@@ -1031,7 +1031,7 @@ public class JProgressBar extends JComponent implements SwingConstants, Accessib
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -74,7 +74,7 @@ import java.io.IOException; ...@@ -74,7 +74,7 @@ import java.io.IOException;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -280,7 +280,7 @@ public class JRadioButton extends JToggleButton implements Accessible { ...@@ -280,7 +280,7 @@ public class JRadioButton extends JToggleButton implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -71,7 +71,7 @@ import javax.accessibility.*; ...@@ -71,7 +71,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -262,7 +262,7 @@ public class JRadioButtonMenuItem extends JMenuItem implements Accessible { ...@@ -262,7 +262,7 @@ public class JRadioButtonMenuItem extends JMenuItem implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -49,7 +49,7 @@ import sun.security.action.GetBooleanAction; ...@@ -49,7 +49,7 @@ import sun.security.action.GetBooleanAction;
* <p> * <p>
* The following image shows the relationships between * The following image shows the relationships between
* the classes that use root panes. * the classes that use root panes.
* <p align=center><img src="doc-files/JRootPane-1.gif" * <p style="text-align:center"><img src="doc-files/JRootPane-1.gif"
* alt="The following text describes this graphic." * alt="The following text describes this graphic."
* HEIGHT=484 WIDTH=629></p> * HEIGHT=484 WIDTH=629></p>
* The &quot;heavyweight&quot; components (those that delegate to a peer, or native * The &quot;heavyweight&quot; components (those that delegate to a peer, or native
...@@ -69,7 +69,7 @@ import sun.security.action.GetBooleanAction; ...@@ -69,7 +69,7 @@ import sun.security.action.GetBooleanAction;
* can be used to obtain the <code>JRootPane</code> that contains * can be used to obtain the <code>JRootPane</code> that contains
* a given component. * a given component.
* </blockquote> * </blockquote>
* <table align="right" border="0" summary="layout"> * <table style="float:right" border="0" summary="layout">
* <tr> * <tr>
* <td align="center"> * <td align="center">
* <img src="doc-files/JRootPane-2.gif" * <img src="doc-files/JRootPane-2.gif"
...@@ -179,7 +179,7 @@ import sun.security.action.GetBooleanAction; ...@@ -179,7 +179,7 @@ import sun.security.action.GetBooleanAction;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -898,7 +898,7 @@ public class JRootPane extends JComponent implements Accessible { ...@@ -898,7 +898,7 @@ public class JRootPane extends JComponent implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -1064,7 +1064,7 @@ public class JRootPane extends JComponent implements Accessible { ...@@ -1064,7 +1064,7 @@ public class JRootPane extends JComponent implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -67,7 +67,7 @@ import java.io.IOException; ...@@ -67,7 +67,7 @@ import java.io.IOException;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -838,7 +838,7 @@ public class JScrollBar extends JComponent implements Adjustable, Accessible ...@@ -838,7 +838,7 @@ public class JScrollBar extends JComponent implements Adjustable, Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -146,7 +146,7 @@ import java.beans.Transient; ...@@ -146,7 +146,7 @@ import java.beans.Transient;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -677,7 +677,7 @@ public class JScrollPane extends JComponent implements ScrollPaneConstants, Acce ...@@ -677,7 +677,7 @@ public class JScrollPane extends JComponent implements ScrollPaneConstants, Acce
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -1437,7 +1437,7 @@ public class JScrollPane extends JComponent implements ScrollPaneConstants, Acce ...@@ -1437,7 +1437,7 @@ public class JScrollPane extends JComponent implements ScrollPaneConstants, Acce
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -60,7 +60,7 @@ import java.io.IOException; ...@@ -60,7 +60,7 @@ import java.io.IOException;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -276,7 +276,7 @@ public class JSeparator extends JComponent implements SwingConstants, Accessible ...@@ -276,7 +276,7 @@ public class JSeparator extends JComponent implements SwingConstants, Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -68,7 +68,7 @@ import java.beans.*; ...@@ -68,7 +68,7 @@ import java.beans.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -1425,7 +1425,7 @@ public class JSlider extends JComponent implements SwingConstants, Accessible { ...@@ -1425,7 +1425,7 @@ public class JSlider extends JComponent implements SwingConstants, Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -106,7 +106,7 @@ import sun.util.locale.provider.LocaleServiceProviderPool; ...@@ -106,7 +106,7 @@ import sun.util.locale.provider.LocaleServiceProviderPool;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -89,7 +89,7 @@ import java.io.IOException; ...@@ -89,7 +89,7 @@ import java.io.IOException;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -1152,7 +1152,7 @@ public class JSplitPane extends JComponent implements Accessible ...@@ -1152,7 +1152,7 @@ public class JSplitPane extends JComponent implements Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -91,7 +91,7 @@ import java.io.IOException; ...@@ -91,7 +91,7 @@ import java.io.IOException;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -1885,7 +1885,7 @@ public class JTabbedPane extends JComponent ...@@ -1885,7 +1885,7 @@ public class JTabbedPane extends JComponent
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -200,7 +200,7 @@ import sun.swing.SwingLazyValue; ...@@ -200,7 +200,7 @@ import sun.swing.SwingLazyValue;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -6575,7 +6575,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable ...@@ -6575,7 +6575,7 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -112,7 +112,7 @@ import java.io.IOException; ...@@ -112,7 +112,7 @@ import java.io.IOException;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -783,7 +783,7 @@ public class JTextArea extends JTextComponent { ...@@ -783,7 +783,7 @@ public class JTextArea extends JTextComponent {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -148,7 +148,7 @@ import java.io.Serializable; ...@@ -148,7 +148,7 @@ import java.io.Serializable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -939,7 +939,7 @@ public class JTextField extends JTextComponent implements SwingConstants { ...@@ -939,7 +939,7 @@ public class JTextField extends JTextComponent implements SwingConstants {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -68,7 +68,7 @@ import javax.swing.plaf.*; ...@@ -68,7 +68,7 @@ import javax.swing.plaf.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -64,7 +64,7 @@ import java.io.IOException; ...@@ -64,7 +64,7 @@ import java.io.IOException;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -218,7 +218,7 @@ public class JToggleButton extends AbstractButton implements Accessible { ...@@ -218,7 +218,7 @@ public class JToggleButton extends AbstractButton implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -380,7 +380,7 @@ public class JToggleButton extends AbstractButton implements Accessible { ...@@ -380,7 +380,7 @@ public class JToggleButton extends AbstractButton implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -74,7 +74,7 @@ import java.util.Hashtable; ...@@ -74,7 +74,7 @@ import java.util.Hashtable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -58,7 +58,7 @@ import java.util.Objects; ...@@ -58,7 +58,7 @@ import java.util.Objects;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -254,7 +254,7 @@ public class JToolTip extends JComponent implements Accessible { ...@@ -254,7 +254,7 @@ public class JToolTip extends JComponent implements Accessible {
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -130,7 +130,7 @@ import static sun.swing.SwingUtilities2.Section.*; ...@@ -130,7 +130,7 @@ import static sun.swing.SwingUtilities2.Section.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*</p> *</p>
...@@ -3238,7 +3238,7 @@ public class JTree extends JComponent implements Scrollable, Accessible ...@@ -3238,7 +3238,7 @@ public class JTree extends JComponent implements Scrollable, Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -3360,7 +3360,7 @@ public class JTree extends JComponent implements Scrollable, Accessible ...@@ -3360,7 +3360,7 @@ public class JTree extends JComponent implements Scrollable, Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -3861,7 +3861,7 @@ public class JTree extends JComponent implements Scrollable, Accessible ...@@ -3861,7 +3861,7 @@ public class JTree extends JComponent implements Scrollable, Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -4093,7 +4093,7 @@ public class JTree extends JComponent implements Scrollable, Accessible ...@@ -4093,7 +4093,7 @@ public class JTree extends JComponent implements Scrollable, Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -94,7 +94,7 @@ import java.io.Serializable; ...@@ -94,7 +94,7 @@ import java.io.Serializable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
...@@ -1292,7 +1292,7 @@ public class JViewport extends JComponent implements Accessible ...@@ -1292,7 +1292,7 @@ public class JViewport extends JComponent implements Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
...@@ -1761,7 +1761,7 @@ public class JViewport extends JComponent implements Accessible ...@@ -1761,7 +1761,7 @@ public class JViewport extends JComponent implements Accessible
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
*/ */
......
...@@ -76,7 +76,7 @@ import javax.accessibility.*; ...@@ -76,7 +76,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -51,7 +51,7 @@ import java.awt.event.KeyEvent; ...@@ -51,7 +51,7 @@ import java.awt.event.KeyEvent;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -45,7 +45,7 @@ import java.io.Serializable; ...@@ -45,7 +45,7 @@ import java.io.Serializable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -48,7 +48,7 @@ import java.io.Serializable; ...@@ -48,7 +48,7 @@ import java.io.Serializable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -81,7 +81,7 @@ import java.io.Serializable; ...@@ -81,7 +81,7 @@ import java.io.Serializable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -117,7 +117,7 @@ import java.awt.Component; ...@@ -117,7 +117,7 @@ import java.awt.Component;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -172,7 +172,7 @@ import java.util.*; ...@@ -172,7 +172,7 @@ import java.util.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -137,7 +137,7 @@ import javax.swing.event.EventListenerList; ...@@ -137,7 +137,7 @@ import javax.swing.event.EventListenerList;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -64,7 +64,7 @@ import sun.util.CoreResourceBundleControl; ...@@ -64,7 +64,7 @@ import sun.util.CoreResourceBundleControl;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -167,7 +167,7 @@ import sun.awt.AWTAccessor; ...@@ -167,7 +167,7 @@ import sun.awt.AWTAccessor;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -33,7 +33,7 @@ package javax.swing; ...@@ -33,7 +33,7 @@ package javax.swing;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -50,7 +50,7 @@ import java.io.Serializable; ...@@ -50,7 +50,7 @@ import java.io.Serializable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -40,7 +40,7 @@ import java.io.Serializable; ...@@ -40,7 +40,7 @@ import java.io.Serializable;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -38,7 +38,7 @@ import java.beans.ConstructorProperties; ...@@ -38,7 +38,7 @@ import java.beans.ConstructorProperties;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -48,7 +48,7 @@ import java.beans.ConstructorProperties; ...@@ -48,7 +48,7 @@ import java.beans.ConstructorProperties;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -40,7 +40,7 @@ import java.beans.ConstructorProperties; ...@@ -40,7 +40,7 @@ import java.beans.ConstructorProperties;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -44,7 +44,7 @@ import java.beans.ConstructorProperties; ...@@ -44,7 +44,7 @@ import java.beans.ConstructorProperties;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -44,7 +44,7 @@ import java.beans.ConstructorProperties; ...@@ -44,7 +44,7 @@ import java.beans.ConstructorProperties;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -40,7 +40,7 @@ import javax.swing.Icon; ...@@ -40,7 +40,7 @@ import javax.swing.Icon;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -40,7 +40,7 @@ import java.beans.ConstructorProperties; ...@@ -40,7 +40,7 @@ import java.beans.ConstructorProperties;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -60,7 +60,7 @@ import javax.swing.plaf.basic.BasicHTML; ...@@ -60,7 +60,7 @@ import javax.swing.plaf.basic.BasicHTML;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -40,7 +40,7 @@ import javax.swing.*; ...@@ -40,7 +40,7 @@ import javax.swing.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -37,7 +37,7 @@ import javax.swing.JComponent; ...@@ -37,7 +37,7 @@ import javax.swing.JComponent;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -46,7 +46,7 @@ import sun.swing.SwingUtilities2; ...@@ -46,7 +46,7 @@ import sun.swing.SwingUtilities2;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -45,7 +45,7 @@ import javax.accessibility.*; ...@@ -45,7 +45,7 @@ import javax.accessibility.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -37,7 +37,7 @@ import javax.swing.*; ...@@ -37,7 +37,7 @@ import javax.swing.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -36,7 +36,7 @@ import java.util.EventObject; ...@@ -36,7 +36,7 @@ import java.util.EventObject;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -36,7 +36,7 @@ import java.util.EventObject; ...@@ -36,7 +36,7 @@ import java.util.EventObject;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -88,7 +88,7 @@ import java.lang.reflect.Array; ...@@ -88,7 +88,7 @@ import java.lang.reflect.Array;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -39,7 +39,7 @@ import javax.swing.text.Element; ...@@ -39,7 +39,7 @@ import javax.swing.text.Element;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -42,7 +42,7 @@ import javax.swing.JInternalFrame; ...@@ -42,7 +42,7 @@ import javax.swing.JInternalFrame;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -36,7 +36,7 @@ import java.util.EventObject; ...@@ -36,7 +36,7 @@ import java.util.EventObject;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -42,7 +42,7 @@ import javax.swing.*; ...@@ -42,7 +42,7 @@ import javax.swing.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -41,7 +41,7 @@ import java.awt.Component; ...@@ -41,7 +41,7 @@ import java.awt.Component;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -37,7 +37,7 @@ import java.util.EventObject; ...@@ -37,7 +37,7 @@ import java.util.EventObject;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -41,7 +41,7 @@ import java.awt.Component; ...@@ -41,7 +41,7 @@ import java.awt.Component;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -35,7 +35,7 @@ import java.util.EventObject; ...@@ -35,7 +35,7 @@ import java.util.EventObject;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -38,7 +38,7 @@ import javax.swing.table.*; ...@@ -38,7 +38,7 @@ import javax.swing.table.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -57,7 +57,7 @@ import javax.swing.table.*; ...@@ -57,7 +57,7 @@ import javax.swing.table.*;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -42,7 +42,7 @@ import javax.swing.tree.TreePath; ...@@ -42,7 +42,7 @@ import javax.swing.tree.TreePath;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
...@@ -42,7 +42,7 @@ import javax.swing.tree.TreePath; ...@@ -42,7 +42,7 @@ import javax.swing.tree.TreePath;
* future Swing releases. The current serialization support is * future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running * appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage * the same version of Swing. As of 1.4, support for long term storage
* of all JavaBeans<sup><font size="-2">TM</font></sup> * of all JavaBeans&trade;
* has been added to the <code>java.beans</code> package. * has been added to the <code>java.beans</code> package.
* Please see {@link java.beans.XMLEncoder}. * Please see {@link java.beans.XMLEncoder}.
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册