|
|
Contents |
JBuilder plug-inThis plug-in integrates JFormDesigner into JBuilder 2005 and 2006. For JBuilder 2007 use the Eclipse plug-in. BenefitsUsing this plug-in has following benefits compared to JFormDesigner stand-alone edition:
User interfaceThe screenshot below shows the JBuilder main window editing a JFormDesigner form.
A JFormDesigner editor consists of:
Creating new formsYou can create new forms using JBuilder's object gallery. Click the New arrow in the toolbar and choose JFormDesigner Form.
In the New JFormDesigner Form dialog, enter the form name (which is also used as class name), choose a superclass, a layout manager and set localization options.
After clicking OK, the form will be created and opened. Open forms for editingYou can open existing forms the same way as opening any other file in JBuilder. Locate it in JBuilder's project view and double-click it. Go to Java code / go to formJFormDesigner adds a button to JBuilder's main toolbar that
enables you to switch quickly from a JFormDesigner form editor to its
Java editor and vice versa. If a form editor is active, then the button
is named Go to Java code (
Code foldingTo move the generated code out of the way, JFormDesigner folds it in the Java editor.
Convert JBuilder formsYou can convert existing JBuilder forms to JFormDesigner forms. Right-click on the Java file and select Convert to JFormDesigner Form.
Note: JFormDesigner inserts its own generated GUI code into the existing Java class, but does not remove JBuilder's GUI code. You have to remove JBuilder's component variables and initialization code yourself. PreferencesThe JFormDesigner preferences are fully integrated into the JBuilder preferences dialog. Select Tools > Preferences from the menu to open it. See Preferences for details. Unsupported featuresFollowing features from other editions are not supported by the JBuilder plug-in:
|