home *** CD-ROM | disk | FTP | other *** search
- Save Format v2.0(1)
- @begin ClassFile "Cursors"
- Exported 0;
- Abstract 0;
- Interface 0;
- PackageName "";
- Language "Java";
-
- @begin UserFunction "Cursors()"
- Compiler 1;
- GencodeSrcLine 10;
- FunctionName "Cursors::Cursors()";
- @end;
-
- @begin UserFunction "main(String args[])"
- Compiler 1;
- GencodeFunction 1;
- GencodeSrcLine 14;
- FunctionName "Cursors::main(String args[])";
- @end;
-
- @begin UserFunction "CreateMainForm()"
- Compiler 1;
- GencodeFunction 1;
- GencodeSrcLine 21;
- FunctionName "Cursors::CreateMainForm()";
- @end;
-
- @begin UserFunction "StartApp(String args[])"
- Compiler 1;
- GencodeSrcLine 27;
- FunctionName "Cursors::StartApp(String args[])";
- @end;
-
- @begin UserFunction "RunApp(String args[])"
- Compiler 1;
- GencodeSrcLine 30;
- FunctionName "Cursors::RunApp(String args[])";
- @end;
-
- @begin UserFunction "EndApp(String args[])"
- Compiler 1;
- GencodeSrcLine 34;
- FunctionName "Cursors::EndApp(String args[])";
- @end;
-
- @begin HPPPrefixBlock
- @begin-code HPPPrefix
-
- // add your custom import statements here
-
- @end-code;
- GencodeSrcLine 6;
- @end;
-
- @begin ClassContentsBlock
- @begin-code ClassContents
-
- // add your data members here
-
- @end-code;
- GencodeSrcLine 37;
- @end;
-
- @begin-code BaseClassList
-
- extends Object
-
- @end-code;
-
- @begin-code GeneratedClassContents
-
-
- @end-code;
-
- @begin-code Code "Cursors::Cursors()"
-
- public @CLASSNAME@()
- {
- super();
- }
-
- @end-code;
-
- @begin-code Code "Cursors::main(String args[])"
-
- public static void main(String args[])
- {
- @@CLASSNAME@ app = new @CLASSNAME@();
- app.StartApp(args);
- app.RunApp(args);
- app.EndApp(args);
- }
-
- @end-code;
-
- @begin-code Code "Cursors::CreateMainForm()"
-
- public void CreateMainForm()
- {
- Form1 form = new Form1();
- form.setMainWindow(true);
- form.create();
- }
-
- @end-code;
-
- @begin-code Code "Cursors::StartApp(String args[])"
-
- public void StartApp(String args[])
- {
- }
-
- @end-code;
-
- @begin-code Code "Cursors::RunApp(String args[])"
-
- public void RunApp(String args[])
- {
- CreateMainForm();
- }
-
- @end-code;
-
- @begin-code Code "Cursors::EndApp(String args[])"
-
- public void EndApp(String args[])
- {
- }
-
- @end-code;
- @end;
-