home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VCafe / WDESAMPL.BIN / ExampleApplet.jar / alternative / ExampleApplet.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-06-23  |  418 b   |  9 lines

  1. package alternative;
  2.  
  3. public class ExampleApplet extends Compatibility {
  4.    public void init() {
  5.       super.filename = "alternative/ExampleApplet.gif";
  6.       super.init();
  7.    }
  8. }
  9.