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