home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / NETSCAP4.06 / CP32E406.EXE / nav40.z / java40.jar / netscape / applet / AppletEvent.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-08-13  |  328 b   |  10 lines

  1. package netscape.applet;
  2.  
  3. import java.awt.AWTEvent;
  4.  
  5. class AppletEvent extends AWTEvent {
  6.    public AppletEvent(EmbeddedAppletFrame var1, int var2) {
  7.       super(var1, var2);
  8.    }
  9. }
  10.