public void start() is (amongst other things)a method of the java.applet.Applet class. The browser uses this method to inform the Applet it should start running. This method may be called several times (every time the Applet is revisited) and always runs after init.