The JComponent
class has the following
essential properties:
JComponent
class includes a definition for the
paint
method.
repaint
method, with a component as the target,
Java calls the paint
method on that instance.
paint
method on every component attached to that
frame.