Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/JList.java
          +++ new/src/share/classes/javax/swing/JList.java
↓ open down ↓ 249 lines elided ↑ open up ↑
 250  250   * <p>
 251  251   * <strong>Warning:</strong>
 252  252   * Serialized objects of this class will not be compatible with
 253  253   * future Swing releases. The current serialization support is
 254  254   * appropriate for short term storage or RMI between applications running
 255  255   * the same version of Swing.  As of 1.4, support for long term storage
 256  256   * of all JavaBeans&trade;
 257  257   * has been added to the <code>java.beans</code> package.
 258  258   * Please see {@link java.beans.XMLEncoder}.
 259  259   * <p>
 260      - * See <a href="http://docs.oracle.com/javase/tutorial/uiswing/components/list.html">How to Use Lists</a>
 261      - * in <a href="http://docs.oracle.com/javase/tutorial/"><em>The Java Tutorial</em></a>
      260 + * See <a href="https://docs.oracle.com/javase/tutorial/uiswing/components/list.html">How to Use Lists</a>
      261 + * in <a href="https://docs.oracle.com/javase/tutorial/"><em>The Java Tutorial</em></a>
 262  262   * for further documentation.
 263  263   * <p>
 264  264   * @see ListModel
 265  265   * @see AbstractListModel
 266  266   * @see DefaultListModel
 267  267   * @see ListSelectionModel
 268  268   * @see DefaultListSelectionModel
 269  269   * @see ListCellRenderer
 270  270   * @see DefaultListCellRenderer
 271  271   *
↓ open down ↓ 3462 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX