src/share/classes/javax/swing/JTextArea.java

Print this page

        

*** 122,131 **** --- 122,132 ---- * * @author Timothy Prinzing * @see JTextPane * @see JEditorPane */ + @SuppressWarnings("serial") // Same-version serialization only public class JTextArea extends JTextComponent { /** * @see #getUIClassID * @see #readObject
*** 785,794 **** --- 786,796 ---- * the same version of Swing. As of 1.4, support for long term storage * of all JavaBeans&trade; * has been added to the <code>java.beans</code> package. * Please see {@link java.beans.XMLEncoder}. */ + @SuppressWarnings("serial") // Same-version serialization only protected class AccessibleJTextArea extends AccessibleJTextComponent { /** * Gets the state set of this object. *