Listing a GUI
In VisualAge for Java or in the JDK, you can press control-shift-F1 at the same time and the currently-selected Java Frame's structure will be dumped to the console. (It's dumped via Component's list() method.)
This can be a handy, quick way to view the structure of your (or someone else's) GUI.