|
|
Contents |
Java Code GeneratorJFormDesigner can generate and update Java source code. It uses the same name for the Java file as for the Form file. E.g.:
Stand-alone: Before creating new forms, you
should specify the locations of
your Java source
folders in the Project
dialog. Then
JFormDesigner can generate valid IDE plug-ins: The source folders of the IDE projects are used. If the Java file does not exist, JFormDesigner generates a new one. Otherwise it parses the existing Java file and inserts/updates the code for the form and adds import statements if necessary. Stand-alone: The Java file will be updated when saving the form file. IDE plug-ins: If the Java file is opened in the IDE editor, it will be immediately updated in-memory on each change in JFormDesigner. Otherwise it will be updated when saving the form file. JFormDesigner uses special comments to identify the code sections that it will generate/update. E.g.:
The starting comment must
contain
|