Searched refs:APPLET_INIT (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java89 public final static int APPLET_INIT = 2; field in class:AppletPanel
109 * APPLET_INIT,
348 * (applet code loaded) --> APPLET_LOAD -- (applet init called)--> APPLET_INIT -- (
363 * APPLET_STOP to APPLET_DESTROY and to APPLET_INIT .
365 * Also, the applet can jump from APPLET_INIT state to APPLET_DESTROY (in Netscape/Mozilla case).
422 case APPLET_INIT:
464 status = APPLET_INIT;
470 if (status != APPLET_INIT && status != APPLET_STOP) {
546 if (status != APPLET_STOP && status != APPLET_INIT) {
H A DAppletViewer.java294 panel.sendEvent(AppletPanel.APPLET_INIT);
312 panel.sendEvent(AppletPanel.APPLET_INIT);
601 panel.sendEvent(AppletPanel.APPLET_INIT);
633 panel.sendEvent(AppletPanel.APPLET_INIT);

Completed in 34 milliseconds