home *** CD-ROM | disk | FTP | other *** search
- Save Format v2.3(19971110)
- @begin ClassFile "_JSocket_frame"
-
- @begin Object "Powersoft Java AWT 1.10::powersoft.painter.Class"
- DesignName _JSocket_frame;
- @begin ClassProperties
- Exported 1;
- @begin-code BaseClassList
-
- extends java.awt.Frame
-
- @end-code;
- @end;
- @begin UserFunctions
- @begin UserFunction "_JSocket_frame()"
- @begin Definition
- GeneratedFunction 1;
- @begin-code SourceCode "_JSocket_frame()"
-
- public _JSocket_frame()
- {
- super();
- }
-
- @end-code;
- @end;
- @end;
- @begin UserFunction "processEvent(java.awt.AWTEvent event)"
- @begin Definition
- FunctionScope 3;
- GeneratedFunction 1;
- @begin-code SourceCode "processEvent(java.awt.AWTEvent event)"
-
- public void processEvent(java.awt.AWTEvent event)
- {
- Object pEvtSource = event.getSource();
- if( pEvtSource == this && event.getID() == java.awt.Event.WINDOW_DESTROY ) {
- setVisible(false);
- dispose();
- System.exit( 0 );
- } else {
- super.processEvent( event );
- }
- }
-
- @end-code;
- @end;
- @end;
- @end;
- @begin CodeBlocks
- @begin CodeBlock "HppPrefix"
- FunctionScope 1;
- @begin-code SourceCode "Imports()"
-
- // add your custom import statements here
-
- @end-code;
- @end;
- @begin CodeBlock "ClassContents"
- FunctionScope 1;
- @begin-code SourceCode "Data Members()"
-
- // add your data members here
-
- @end-code;
- @end;
- @begin CodeBlock "GeneratedClassContents"
- FunctionScope 1;
- GeneratedFunction 1;
- @begin-code SourceCode "Not Applicable for Java()"
-
-
- @end-code;
- @end;
- @begin CodeBlock "CppPrefix"
- FunctionScope 1;
- GeneratedFunction 1;
- @begin-code SourceCode "Not Applicable for Java()"
-
-
- @end-code;
- @end;
- @end;
- @end;
- @end;
-