src/share/classes/javax/swing/tree/TreeNode.java

Print this page

        

*** 35,45 **** * will typically need to override <code>hashCode</code> as well. Refer * to {@link javax.swing.tree.TreeModel} for more information. * * For further information and examples of using tree nodes, * see <a ! href="http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html">How to Use Tree Nodes</a> * in <em>The Java Tutorial.</em> * * @author Rob Davis * @author Scott Violet */ --- 35,45 ---- * will typically need to override <code>hashCode</code> as well. Refer * to {@link javax.swing.tree.TreeModel} for more information. * * For further information and examples of using tree nodes, * see <a ! href="http://docs.oracle.com/javase/tutorial/uiswing/components/tree.html">How to Use Tree Nodes</a> * in <em>The Java Tutorial.</em> * * @author Rob Davis * @author Scott Violet */