Example showing the standard thread methods
These applet start and stop methods can always be used to start and stop the thread.
public class DigitalClock extends java.applet.Applet
{ Font theFont = new Font(“TimesRoman”, Font.BOLD, 24);
{ runner = new Thread(this); runner.start ( ); }
{ runner.stop ( ); runner = null; }