diff -r fd16c54261b3 -r 90ce3da70b43 jdk/src/share/classes/javax/swing/tree/package.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jdk/src/share/classes/javax/swing/tree/package.html Sat Dec 01 00:00:00 2007 +0000 @@ -0,0 +1,62 @@ + + +
+ + + + + +Provides classes and interfaces for dealing with +javax.swing.JTree
. You use these classes and interfaces if you want
+control over how trees are constructed, updated, and rendered, as well
+as how data associated with the tree nodes are viewed and managed.
+
++Note: +Most of the Swing API is not thread safe. +For details, see +Threads and Swing, +a section in +The Java Tutorial. + + +