From Java Academy II:Advanced Java NPAC/ECS Java Academy -- February to April 98. byTom Scavo
The applet's start() method controls the start() method of the thread: // Override java.applet.Applet.start: public void start() { if ( thread == null ) { thread = new Thread( this ); thread.start(); } }