Frame Tips
Frames don't display by default
- Call the Frame object's setVisible() method with a true argument
Frames don't have a default size
- Better call setSize() on the Frame object
Default layout is BorderLayout
Windows have events, which Frames inherit