The generate program

What does it do?

Generate takes the name of the main application file and generates a stylesheet and codeframe work for the windows of the application. These files are stored in a subdirectory with the name of the development environment where for the interface is generated. This directory will also contain an integrate script generated by generate to integrate the event code with the interface code.

Requirements to run

To run generate for Java/Swing you will need the following programs:

How to run it?

Set your working directory to the directory containing the application interface description. When you are in this directory just type "generate nameofapplication java" (or instead of java any other installed target) and press enter. nameofapplication is "name" when the application file is called "name.xml".