Interface Wizard

This is a feature of JBuilder Professional and Enterprise.

The Interface wizard adds a new interface file to your project. Use it start the creation of a new interface.

To open the Interface wizard, choose File|New to launch the object gallery and double-click the Interface icon.

The Interface wizard contains the following fields:

Package

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

For more information on packages, see the Packages topic in the "Creating and managing projects" chapter for Building Applications with JBuilder.

Interface Name

Displays the default name assigned to the class. To rename it, click in the Interface Name field and type in a new name.

Base class

The name of the base class that this class extends. Choose one from the drop-down list, or click the ellipsis button to bring up a browser and search for a base class that is not included in this list. The drop-down list contains these classes, which are commonly used to create new interfaces: