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

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletResourceLoader.java38 return AppletViewer.getCachedImage(url);
42 return AppletViewer.getCachedImageRef(url);
46 AppletViewer.flushImageCache();
H A DAppletViewerFactory.java38 public AppletViewer createAppletViewer(int x, int y, URL doc, Hashtable atts);
H A DAppletViewer.java98 public AppletViewer createAppletViewer(int x, int y,
100 return new AppletViewer(x, y, doc, atts, System.out, this);
115 * <a href="../../../docs/tooldocs/appletviewertags.html">AppletViewer Tags</a>.
119 public class AppletViewer extends Frame implements AppletContext, class in inherits:Frame,AppletContext,Printable
158 public AppletViewer(int x, int y, URL doc, Hashtable atts, method in class:AppletViewer
297 // We're testing AppletViewer. Force the specified set of events
655 FileDialog fd = new FileDialog(AppletViewer.this,
1050 /* values used for placement of AppletViewer's frames */
H A DMain.java43 * The main entry point into AppletViewer.
47 * The file which contains all of the AppletViewer specific properties.
58 // AppletViewer. This problem existed before the re-write.
76 * Member variables set according to options passed in to AppletViewer.
85 * The list of valid URLs passed in to AppletViewer.
94 * The main entry point into AppletViewer.
156 AppletViewer.parse((URL) urlList.elementAt(i), encoding);
198 // flag which prevents AppletViewer from installing its own
209 // testing. It instructs AppletViewer to force a premature exit
340 avProps.put("browser", "sun.applet.AppletViewer");
[all...]

Completed in 1479 milliseconds