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)