Home | History | Annotate | Download | only in awt

Lines Matching full:applet

40 import java.applet.Applet;
46 public class TestApplet extends Applet {
51 private static TestApplet applet;
84 applet.add(canvas);
114 applet = this;
118 System.out.println("applet:init");
124 System.out.println("applet:start");
130 System.out.println("applet:stop");
138 System.out.println("applet:destroyStart");
142 System.out.println("applet:destroyEnd");