The paint Method
Other methods are called automatically by the Java interpreter, for instance: public void paint( Graphics g );
The paint(…) method is called immediately after start() and any time the applet window must be redrawn
Like the others, paint(…) can (and should) be overridden by the programmer