Adding items into JTree

Newbie here need help designing a form using NetBeans 5.5.

Is there a document that details all the components available in Swing e.g JToolbar, JTree, etc...

For instance, after adding a JTree object, how does one add additional nodes or edit the default nodes?

How does one change the icon of a toolbar buttom to display common file open. file save, etc.....

TIA.

Klaus

[407 byte] By [makaveli_0000a] at [2007-11-26 16:25:28]
# 1
Read the [url http://java.sun.com/docs/books/tutorial/uiswing/TOC.html]Swing Tutorial[/url]. There are sections on "How to Use Trees" and "How to Use Button".You can find standard icons [url http://java.sun.com/developer/techDocs/hi/repository/index.html]here[/url].
camickra at 2007-7-8 22:49:31 > top of Java-index,Desktop,Core GUI APIs...
# 2
Thank You very much.
makaveli_0000a at 2007-7-8 22:49:31 > top of Java-index,Desktop,Core GUI APIs...