PPT Slide
Any component, such as
- a Button
- a Canvas
- a Menu, etc.
can have events happen to it.
- select a menu item from a Menu
- drag the mouse over a Canvas
- type text into a Text Field
To avoid slow-downs in program execution, Java does not automatically "handle" any of these events . . . unless the programmer explicitly tells Java to do so.