home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / Chip_1998-11_cd.bin / tema / Cafe / WDESAMPL.BIN / ExampleApplet.java,v < prev    next >
Text File  |  1997-06-19  |  510b  |  49 lines

  1. head    1.2;
  2. access;
  3. symbols;
  4. locks
  5.     bucchere:1.2; strict;
  6. comment    @# @;
  7.  
  8.  
  9. 1.2
  10. date    97.06.18.22.41.09;    author bucchere;    state Exp;
  11. branches;
  12. next    1.1;
  13.  
  14. 1.1
  15. date    97.06.18.22.39.31;    author bucchere;    state Exp;
  16. branches;
  17. next    ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Added the package line (used by switcher).
  27. @
  28. text
  29. @package alternative;
  30. public class ExampleApplet extends Compatibility {
  31.     public void init() {
  32.     filename = "ExampleApplet.gif";
  33.     super.init();
  34.     }
  35. }
  36. @
  37.  
  38.  
  39. 1.1
  40. log
  41. @Initial revision
  42. @
  43. text
  44. @d1 1
  45. d7 1
  46. a7 1
  47. }
  48. @
  49.