Links to Helpful GUI Tutorial Pages
Layout Managers (for GUI applications)
has a good visual guide link to illustrate the different types
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)
Specifics about the Root Pane
A Visual Index to Swing Components
Listeners supported by Swing components