home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / App.pre < prev    next >
Text File  |  1995-10-08  |  824b  |  49 lines

  1.    {
  2.    public void init() 
  3.       {
  4.       //Add your code here
  5.       }
  6.  
  7.    public void start() 
  8.       {
  9.       //Add your code here
  10.       }
  11.  
  12.    public void stop() 
  13.       {
  14.       //Add your code here
  15.       }
  16.  
  17.    public void destroy() 
  18.       {
  19.       //Add your code here
  20.       }
  21.  
  22.    public void run() 
  23.       {
  24.       //Add your code here
  25.       }
  26.  
  27.    public void paint(Graphics g) 
  28.       {
  29.       //Add your code here
  30.       super.paint (g);
  31.       }
  32.  
  33.    public boolean action (Event e, Object o)
  34.       {
  35.       //Add your code here
  36.       return super.action (e,o);
  37.       }
  38.  
  39.    public boolean handleEvent (Event e) 
  40.       {
  41.       //Add your code here
  42.       return super.handleEvent (e);
  43.       }
  44.    }
  45.  
  46. //JAVADRAW! type definition section
  47. //Please do not alter this remark! [JDV5.0tds]
  48.  
  49.