| Cprogram1 | Contains the logic of the original COBOL structure. All screens are defined in its parent class.Use statementCprogram1.RunProgram(ACMAppLauncher instance);to run the program from any Java applet or application.Inherits from CfrmProgram1 - to get its screen definitions |
| CfrmProgram1 |
Contains the screen definitions as extracted
from original COBOL programs. Best viewed by Symantec Visual Café. Inherits from ACMJava.awt.ACMProgramPanel . |
| ACMProgramPanel |
Inherits from on java.awt.Panel . |
| Main Application Form | Whether you are running your software as an Application or Applet, you need to declare the 1st screen to implement the ACMAppLauncher class. |