Lines Matching refs:AppletPanel

228                 AppletPanel src = (AppletPanel)evt.getSource();
231 case AppletPanel.APPLET_RESIZE: {
238 case AppletPanel.APPLET_LOADING_COMPLETED: {
239 Applet a = src.getApplet(); // sun.applet.AppletPanel
256 AppletPanel.changeFrameAppContext(frame, SunToolkit.targetToAppContext(a));
258 AppletPanel.changeFrameAppContext(frame, AppContext.getAppContext());
293 panel.sendEvent(AppletPanel.APPLET_LOAD);
294 panel.sendEvent(AppletPanel.APPLET_INIT);
295 panel.sendEvent(AppletPanel.APPLET_START);
308 panel.sendEvent(AppletPanel.APPLET_DISPOSE);
310 panel.sendEvent(AppletPanel.APPLET_LOAD);
312 panel.sendEvent(AppletPanel.APPLET_INIT);
314 panel.sendEvent(AppletPanel.APPLET_START);
316 panel.sendEvent(AppletPanel.APPLET_STOP);
318 panel.sendEvent(AppletPanel.APPLET_DESTROY);
320 panel.sendEvent(AppletPanel.APPLET_QUIT);
322 panel.sendEvent(AppletPanel.APPLET_ERROR);
430 AppletPanel p = (AppletPanel)e.nextElement();
460 AppletPanel p = (AppletPanel)e.nextElement();
599 panel.sendEvent(AppletPanel.APPLET_STOP);
600 panel.sendEvent(AppletPanel.APPLET_DESTROY);
601 panel.sendEvent(AppletPanel.APPLET_INIT);
602 panel.sendEvent(AppletPanel.APPLET_START);
609 panel.sendEvent(AppletPanel.APPLET_STOP);
610 panel.sendEvent(AppletPanel.APPLET_DESTROY);
611 panel.sendEvent(AppletPanel.APPLET_DISPOSE);
618 AppletPanel.flushClassLoader(panel.getClassLoaderCacheKey());
632 panel.sendEvent(AppletPanel.APPLET_LOAD);
633 panel.sendEvent(AppletPanel.APPLET_INIT);
634 panel.sendEvent(AppletPanel.APPLET_START);
654 panel.sendEvent(AppletPanel.APPLET_STOP);
665 panel.sendEvent(AppletPanel.APPLET_START);
680 panel.sendEvent(AppletPanel.APPLET_START);
798 panel.sendEvent(AppletPanel.APPLET_START);
805 panel.sendEvent(AppletPanel.APPLET_STOP);
812 private void appletShutdown(AppletPanel p) {
813 p.sendEvent(AppletPanel.APPLET_STOP);
814 p.sendEvent(AppletPanel.APPLET_DESTROY);
815 p.sendEvent(AppletPanel.APPLET_DISPOSE);
816 p.sendEvent(AppletPanel.APPLET_QUIT);
831 final AppletPanel p = panel;
873 AppletPanel p = (AppletPanel)e.nextElement();