|
|
Contents |
Eclipse plug-inThis plug-in integrates JFormDesigner into Eclipse and other Eclipse based IDEs (e.g. JBuilder 2007). BenefitsUsing this plug-in has following benefits compared to JFormDesigner stand-alone edition:
User interfaceThe screenshot below shows the Eclipse main window editing a JFormDesigner form. JFormDesigner adds the menu Form to the main menu, which is only visible if a JFormDesigner form editor is active.
A JFormDesigner editor consists of:
Creating new formsYou can create new forms in Eclipse's Package Explorer view. First select the destination package or folder, then invoke Eclipse's New command and select Other, which opens Eclipse's New dialog. Then choose JFormDesigner Form from the list of wizards and click Next to proceed.
If JFormDesigner Form is in the New sub menu, you can choose it directly without the need to open Eclipse's New dialog.
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 Eclipse. Locate it in Eclipse's Package Explorer view and double-click it. Go to Java codeJFormDesigner adds a button to its toolbar that enables you to switch quickly from a JFormDesigner form editor to its Java editor.
Code foldingTo move the generated code out of the way, JFormDesigner folds it in the Java editor.
Convert NetBeans, IntelliJ IDEA and Abeille formsYou can convert existing NetBeans, IntelliJ IDEA and Abeille forms to JFormDesigner forms. Right-click on the form file and select Convert to JFormDesigner Form. When converting an IntelliJ IDEA form, JFormDesigner inserts its own generated GUI code into the existing Java class and removes IntelliJ IDEA's GUI code. PreferencesThe JFormDesigner preferences are fully integrated into the Eclipse preferences dialog. Select Window > Preferences from the menu to open it and then expand the node "JFormDesigner" in the tree. See Preferences for details. |