The File wizards are described in the following table:
File wizards
Wizard | Description | |
JavaBean Wizard | Creates a JavaBean ready for you to customize with BeansExpress. | |
Application Wizard | Creates a new Java application shell which contains a Frame. | |
Applet Wizard | Creates a minimal applet and HTML file which contains the applet. | |
Project Wizard | Creates a new project. If you invoke any of the other File wizards when you don't have a project open, the Project Wizard is automatically invoked first. | |
New Frame Wizard | Creates a new GUI frame. | |
New Dialog Wizard | Creates a new dialog. | |
New Panel Wizard | Creates a new container panel. | |
New DataModule Wizard | Creates a new data module, a file where you place all nonvisual data connection components. | |
New Class Wizard | Creates a new class with the correct package name and class declarations. | |
HTML Wizard | Creates an HTML file. (Does not have a user interface.) | |
Servlet Wizard | Creates a servlet. | |
Enterprise JavaBean | Creates an enterprise JavaBean component. | |