Searched refs:AppletPanel (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewer.java228 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
[all...]
H A DAppletViewerPanel.java45 class AppletViewerPanel extends AppletPanel {
199 * also implemented by the AppletPanel class.
H A DAppletPanel.java66 abstract class AppletPanel extends Panel implements AppletStub, Runnable { class in inherits:Panel,AppletStub,Runnable
451 final AppletPanel p = this;
480 final AppletPanel p = this;
909 final AppletPanel ap = this;
934 * Status line. Called by the AppletPanel to provide
949 * Called by the AppletPanel to print to the log.
960 * Called by the AppletPanel to provide
1026 * AppletPanel within the plugin. It may take
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEmbeddedFrame.java37 import sun.applet.AppletPanel;

Completed in 37 milliseconds