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

/openjdk7/jdk/src/share/classes/sun/applet/
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 */

Completed in 32 milliseconds