Frame Wizard

The Frame Wizard adds a new class to the opened project that extends DecoratedFrame. It picks up header information from the project file and adds the necessary import statements. It also creates a default constructor, and a jbInit() method in which JBuilder puts property setters and other initialization code used by the designers.

The wizard contains the following fields:

Package
This field displays the package name derived from the project file. To assign a different package name to the application file, click in the Package field and type in a new name.

For more information on packages, see Packages in Creating and managing projects.

Class Name
This field displays the default name assigned to the class. To rename the class, click in the Class Name field and type in a new name.
File Name
The full path and .java file name for the class is displayed here. It is constructed from the source path node under which the project exists, plus the contents of the Package and Class Name fields. This field is not editable. If the path or name are not correct, edit the Package and Class Name fields above. The file will be created with the actual location and name indicated here.