home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 March / maximum-cd-1999-03.iso / Feature / Lotus / ORGANIZE / COMPNENT / LTOUIN21.ZIP / sun / applet / ActivatorAppletImageRef.class (.txt)
Encoding:
Java Class File  |  1998-03-12  |  305 b   |  10 lines

  1. package sun.applet;
  2.  
  3. import java.net.URL;
  4.  
  5. public class ActivatorAppletImageRef extends AppletImageRef {
  6.    public ActivatorAppletImageRef(URL var1) {
  7.       super(var1);
  8.    }
  9. }
  10.