home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_2.ISO / java / JDRAW4.EXE / data.z / App.pre < prev    next >
Text File  |  1996-08-10  |  458b  |  33 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.       }
  31.  
  32.    }
  33.