![]() |
![]() |
![]() |
![]() |
Program Menu
The Program menu has the following options. Depending on the type of Composer, only a subset of these may be available.
- Command window... This item opens a new Java Command Window (see page 130).
- Initialize Class This item restores all parts to the current settings in the Composer window. Any code in the Code Declaration and Constructor pages is also executed.
- Execute init() This item will execute any code in the init() method. It should be used to simulate a web browser or applet viewer. When an applet is first loaded, the browser will execute the init() method.
- Execute start() This item will execute any code in the start() method. It should be used to simulate a web browser or applet viewer. A browser will execute the start() method when the applet is started.
- Execute stop() This item will execute any code in the stop() method. It should be used to simulate a web browser or applet viewer. A browser will execute the stop() method when the applet is stopped.
- Execute destroy() This item will execute any code in the destroy() method. It should be used to simulate a web browser or applet viewer. When an applet is removed from memory, the browser will execute the destroy() method.
- Execute finalize() This item will execute any code in the finalize() method. It should be used to simulate the Java Virtual Machine, when it runs the garbage collector on the class.
Data Representations, Inc. http://www.datarepresentations.com support@datarepresentations.com sales@datarepresentations.com |
![]() |
![]() |
![]() |
![]() |