jdk/src/share/classes/javax/swing/JComboBox.java
changeset 20458 f2423fb3fd19
parent 20455 f6f9a0c2796b
child 21278 ef8a3a2a72f2
equal deleted inserted replaced
20457:ecb935d774a3 20458:f2423fb3fd19
    55  * <strong>Warning:</strong>
    55  * <strong>Warning:</strong>
    56  * Serialized objects of this class will not be compatible with
    56  * Serialized objects of this class will not be compatible with
    57  * future Swing releases. The current serialization support is
    57  * future Swing releases. The current serialization support is
    58  * appropriate for short term storage or RMI between applications running
    58  * appropriate for short term storage or RMI between applications running
    59  * the same version of Swing.  As of 1.4, support for long term storage
    59  * the same version of Swing.  As of 1.4, support for long term storage
    60  * of all JavaBeans<sup><font size="-2">TM</font></sup>
    60  * of all JavaBeans&trade;
    61  * has been added to the <code>java.beans</code> package.
    61  * has been added to the <code>java.beans</code> package.
    62  * Please see {@link java.beans.XMLEncoder}.
    62  * Please see {@link java.beans.XMLEncoder}.
    63  *
    63  *
    64  * <p>
    64  * <p>
    65  * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html">How to Use Combo Boxes</a>
    65  * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html">How to Use Combo Boxes</a>
  1606      * <strong>Warning:</strong>
  1606      * <strong>Warning:</strong>
  1607      * Serialized objects of this class will not be compatible with
  1607      * Serialized objects of this class will not be compatible with
  1608      * future Swing releases. The current serialization support is
  1608      * future Swing releases. The current serialization support is
  1609      * appropriate for short term storage or RMI between applications running
  1609      * appropriate for short term storage or RMI between applications running
  1610      * the same version of Swing.  As of 1.4, support for long term storage
  1610      * the same version of Swing.  As of 1.4, support for long term storage
  1611      * of all JavaBeans<sup><font size="-2">TM</font></sup>
  1611      * of all JavaBeans&trade;
  1612      * has been added to the <code>java.beans</code> package.
  1612      * has been added to the <code>java.beans</code> package.
  1613      * Please see {@link java.beans.XMLEncoder}.
  1613      * Please see {@link java.beans.XMLEncoder}.
  1614      */
  1614      */
  1615     protected class AccessibleJComboBox extends AccessibleJComponent
  1615     protected class AccessibleJComboBox extends AccessibleJComponent
  1616     implements AccessibleAction, AccessibleSelection {
  1616     implements AccessibleAction, AccessibleSelection {