Searched defs:APPLET_LOAD (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java88 public final static int APPLET_LOAD = 1; field in class:AppletPanel
108 * APPLET_LOAD,
348 * (applet code loaded) --> APPLET_LOAD -- (applet init called)--> APPLET_INIT -- (
366 * Same as APPLET_LOAD to
378 // or APPLET_LOAD
396 case APPLET_LOAD:
425 if (status != APPLET_LOAD && status != APPLET_DESTROY) {
568 if (status != APPLET_DESTROY && status != APPLET_LOAD) {
705 status = APPLET_LOAD;

Completed in 31 milliseconds