Component events are generated when a component is shown, hidden, moved,
or resized. AWT automatically deals with component moves and resizing;
these events are provided only for notification. Subclasses of ComponentEvent
deal with other specific component-level events.
AWTEvent, Component,
ComponentAdapter, ComponentListener, ContainerEvent, FocusEvent,
InputEvent, PaintEvent,
WindowEvent