GUI Applications
Ø A frame is a container component used for stand-alone
GUI-based applications
Ø A panel is a container, but, unlike a frame, it cannot be
displayed on its own
it must be added to another container
it helps organize the components in a GUI
Ø See Fahrenheit.java (page xxx)
Ø See FahrenheitGUI.java (page xxx)