home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 June / INTERNET92.ISO / pc / software / windows / building / visual_dhtml / visualdhtmlwin9x_nt.exe / MainForm.___ (.txt) < prev    next >
Encoding:
Java Class File  |  2001-10-19  |  342 b   |  15 lines

  1. import com.ms.wfc.ui.Form;
  2.  
  3. public class MainForm extends Form {
  4.    public MainForm(ACMain var1) {
  5.       var1.startApp();
  6.    }
  7.  
  8.    public static void launchWindow() {
  9.       new test();
  10.    }
  11.  
  12.    public void dispose() {
  13.    }
  14. }
  15.