repaint()
l
When the programmer wants to force
repainting of the Frame, she calls
l
repaint()
l
This causes the system to schedule a call
to
update()
.
l
repaint()
has no arguments.
l
The programmer normally does not call
paint()
directly, outside of
update()
.