jdk/src/share/classes/sun/applet/AppletPanel.java
changeset 3111 fefdeafb7ab9
parent 2645 5dfb43cecd32
child 5506 202f599c92aa
equal deleted inserted replaced
2790:e9771c308d06 3111:fefdeafb7ab9
    78 
    78 
    79 
    79 
    80     /**
    80     /**
    81      * The classloader for the applet.
    81      * The classloader for the applet.
    82      */
    82      */
    83     AppletClassLoader loader;
    83     protected AppletClassLoader loader;
    84 
    84 
    85     /* applet event ids */
    85     /* applet event ids */
    86     public final static int APPLET_DISPOSE = 0;
    86     public final static int APPLET_DISPOSE = 0;
    87     public final static int APPLET_LOAD = 1;
    87     public final static int APPLET_LOAD = 1;
    88     public final static int APPLET_INIT = 2;
    88     public final static int APPLET_INIT = 2;
   114     protected int status;
   114     protected int status;
   115 
   115 
   116     /**
   116     /**
   117      * The thread for the applet.
   117      * The thread for the applet.
   118      */
   118      */
   119     Thread handler;
   119     protected Thread handler;
   120 
   120 
   121 
   121 
   122     /**
   122     /**
   123      * The initial applet size.
   123      * The initial applet size.
   124      */
   124      */