Create a new Form

A new Form is created in the currently selected folder. This means two subfolders are created in the currently selected folder ("images" and "forms"). The form subfolder contains the GML ressources, the images folder contains images used in that form. If the "images" folder is empty, anyj looks for images in [workspacedir]\images. Setting the package of a new Form Instead of generating a huge "initComponents"-method or something similar, AnyJ generates its EventHandler stuff into a separate class. For each form there is generated a "[FormName]EventRedirector" class.
You have to manually add package statements to the Form class and the EventRedirector class.