home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIPHEFT062001.ISO / browser / nc32lyc / comm.z / java40.jar / netscape / applet / EmbeddedAppletFrame.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-08-15  |  438 b   |  14 lines

  1. package netscape.applet;
  2.  
  3. import java.awt.Frame;
  4.  
  5. class EmbeddedAppletFrame extends Frame {
  6.    int pData;
  7.    MozillaAppletContext context;
  8.  
  9.    void destroy() {
  10.       this.pData = 0;
  11.       this.context = null;
  12.    }
  13. }
  14.