Hi All,
I am trying to understand exactly how the Tree Model (of JTree) works.
I have read http://java.sun.com/products/jfc/tsc/articles/jtree/, but
I would really appreciate it if there are other sources that you would
like to suggest/share.
Thank you.
Regards,
Cathy.
Elie De Brauwer - 28 May 2004 05:49 GMT
> Hi All,
>
> I am trying to understand exactly how the Tree Model (of JTree) works.
> I have read http://java.sun.com/products/jfc/tsc/articles/jtree/, but
> I would really appreciate it if there are other sources that you would
> like to suggest/share.
http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html
contains more information, from the Java tutorial. I find it quite useful.
Greetings

Signature
Elie De Brauwer
http://www.de-brauwer.be
No animals were hurt and no microsoft products were used during the
creation of this e-mail
Thomas Weidenfeller - 28 May 2004 10:32 GMT
> I am trying to understand exactly how the Tree Model (of JTree) works.
> I have read http://java.sun.com/products/jfc/tsc/articles/jtree/, but
> I would really appreciate it if there are other sources that you would
> like to suggest/share.
If you need more details, I suggest you have a look at the source code
of DefaultTreeModel. The source comes with the SDK in a file called
src.zip (in older SDKs called src.jar). It is usually located right at
in the top SDK installation directory.
I would also like to suggest you have a look at the Swing architecture
TSC article. A link is in this group's FAQ.
/Thomas