jdk/src/share/classes/javax/swing/tree/TreeNode.java
changeset 20455 f6f9a0c2796b
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
20454:d332fc10731f 20455:f6f9a0c2796b
    35  * will typically need to override <code>hashCode</code> as well.  Refer
    35  * will typically need to override <code>hashCode</code> as well.  Refer
    36  * to {@link javax.swing.tree.TreeModel} for more information.
    36  * to {@link javax.swing.tree.TreeModel} for more information.
    37  *
    37  *
    38  * For further information and examples of using tree nodes,
    38  * For further information and examples of using tree nodes,
    39  * see <a
    39  * see <a
    40  href="http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html">How to Use Tree Nodes</a>
    40  href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Tree Nodes</a>
    41  * in <em>The Java Tutorial.</em>
    41  * in <em>The Java Tutorial.</em>
    42  *
    42  *
    43  * @author Rob Davis
    43  * @author Rob Davis
    44  * @author Scott Violet
    44  * @author Scott Violet
    45  */
    45  */