The start Methods
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(); } }
Previous slide
Next slide
Back to first slide
View graphic version