Wizards menu

The Wizards menu contains commands that run utility wizards for tasks such as implementing an interface, overriding a method, bundling resources, and wrapping an applet.

Choose one of the following commands for more information.


Wizards|Implement Interface

Runs the Implement Interface wizard.

Use the Implement Interface wizard to create an interface framework. Once JBuilder creates the framework, you need to write the code that implements each method of the interface.

See also:
User's Guide: Implementing a Java interface


Wizards|Interaction Wizard

Runs the Interaction wizard.

Use the Interaction wizard to specify an action for a component to perform when an event occurs.

See also:
User's Guide: Specifying an action for a component


Wizards|Override Methods

Runs the Override Methods wizard.

Use the Override Methods wizard to create skeletal code for overriding a method in a superclass.

See also:
User's Guide: Overriding methods


Wizards|Resource Strings

Runs the Resource Strings wizard.

Use the Resource Strings wizard to bundle resources into separate classes.

See also:
User's Guide: Bundling resources


Wizards|Wrap Applet

Runs the Wrap Applet wizard.

Use the Wrap Applet wizard to turn an applet into a JavaBean.

See also:
User's Guide: Wrapping an applet


Wizards|Deployment Wizard

Runs the Deployment wizard.

Use the Deployment wizard to deploy your application or applet.