What is an event driven language?
What is the purpose of a layout manager?
Determines the locations of buttons and objects in the GUI
How do you add layers of abstraction to a GUI?
Nesting layout managers in one another
What is the purpose of the following listeners?
1. MouseListener
2. MouseMotionListener
3. ChangeListener
4. ActionListener
Where can Inner classes be defined?
Which object is used to draw components on screen?
The “Graphics” object, often declared as “g”