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.
This is a feature of JBuilder Professional and Enterprise.
Use the Override Methods wizard to create skeletal code for overriding a method in a superclass.
This is a feature of JBuilder Professional and Enterprise.
Use the Archive Builder wizard to create an archive file for your application or applet.
This is a feature of JBuilder Professional and Enterprise.
See also:
Building Applications with JBuilder: Deploying Java programs
This is a feature of JBuilder Enterprise.
This is a feature of JBuilder Enterprise.
This is a feature of JBuilder Professional and Enterprise.
The Use Data Module wizard enables you to select an existing data module to add to your project. Once you specify a data module, all frames in your project have consistent access to the data sets and columns in the data module, without requiring you to recreate them on every frame each time you need them. Data modules do not need to reside in the same directory or package as your project. They can be stored in a location for shared use among developers and applications.
See also:
Database Application Developer's Guide: Using data modules to simplify data access
This is a feature of JBuilder Enterprise.
Use the Resource Strings wizard to bundle resources into separate classes.
This is a feature of JBuilder Professional and Enterprise.
See also:
Building Applications with JBuilder: Internationalizing programs with JBuilder