Links to Helpful GUI Tutorial Pages
Painting in AWT and Swing
Visual Index to Swing Components (not on Oracle page any more)
Visual Index (external site)
Top Level Containers
These are the things like JFrame, JApplet, and JDialog
Good description here, also illustrating the difference between the Root Pane, the Content Pane, the menu bar, as well as Glass Pane and Layered Pane (if used)
Layout Managers (for GUI applications)
has a good visual guide link to illustrate the different types
Specifics about the Root Pane
Listeners supported by Swing components
Swing Component Examples (code available)
The Really Big Index (list of all content pages in Java tutorial trails)