The stop Methods
Likewise, the applet’s stop() method controls the stop() method of the thread: // Override java.applet.Applet.stop: public void stop() { if ( thread != null ) { thread.stop(); thread = null; } }
Previous slide
Next slide
Back to first slide
View graphic version