This is a feature of JBuilder Professional and Enterprise.
You use the JavaBean wizard to begin creating a JavaBean.
To display the JavaBean wizard, choose File|New, then click the JavaBean icon.
Displays the package name derived from the project file. To assign a different package name to the file, click in the Package field and type in a new name.
Displays the default name assigned to the bean class. To rename the class, click in this field and type in a new name.
Displays a drop-down list box to select the class from which you want to inherit.
Warns you if you try to extend a Java class that is not a valid JavaBean.
Makes the JavaBean public. This checkbox is checked by default.
Places the main() method within your bean.
Adds header JavaDoc comments to the top of the generated file.
Adds a default constructor (one without any parameters) to your bean. This checkbox is checked by default.
Adds a property called sample to your bean.
See also