home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / applet / AppletViewerFactory.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  255 b   |  14 lines

  1. package sun.applet;
  2.  
  3. import java.awt.MenuBar;
  4. import java.net.URL;
  5. import java.util.Hashtable;
  6.  
  7. public interface AppletViewerFactory {
  8.    AppletViewer createAppletViewer(int var1, int var2, URL var3, Hashtable var4);
  9.  
  10.    MenuBar getBaseMenuBar();
  11.  
  12.    boolean isStandalone();
  13. }
  14.