JFormDesigner is a professional GUI designer for Java Swing user interfaces. Its outstanding support for MigLayout, JGoodies FormLayout, GroupLayout (Free Design), TableLayout and GridBagLayout makes it easy to create professional looking forms.
New in JFormDesigner 8
- Support FlatLaf (www.formdev.com/flatlaf/) in Design view.
- Properties view improved.
- Java 19 support.
- and more...
Key Features
- Easy and intuitive to use, powerful and productive: JFormDesigner provides an easy-to-use but powerful user interface. Even non-programmers can use it, which makes it also ideal for prototyping.
- MigLayout support: MigLayout is a superbly versatile and powerful open-source layout manager. It is grid-based, but also supports docking and grouping.
- GroupLayout support brings the "Free Design" paradigm to JFormDesigner (as in NetBeans GUI Builder; formerly Project Matisse). You can lay out your forms by simply placing components where you want them. Visual guidelines suggest optimal spacing, alignment and resizing of components. This makes it easy to design professional-looking GUIs.
- JGoodies FormLayout and Clearthought's TableLayout support: These well-known open-source layout managers allow you to design high quality forms. JFormDesigner provides excellent support for them.
- Advanced GridBagLayout support allows the specification of horizontal and vertical gaps (as in TableLayout). This makes it very easy to design forms with consistent gaps using GridBagLayout. No longer wrestling with GridBagConstraints.insets.
- Column and row headers (for grid based layout managers) show the structure of the layout (including column/row indices, alignment, growing, grouping) and allow you to insert or delete columns/rows and change column/row properties. It's also possible to drag and drop columns/rows (incl. contained components and gaps). This allows you to swap columns or move rows in seconds.
- IDE plug-ins and stand-alone application: JFormDesigner is available as IDE plug-ins for Eclipse, NetBeans, IntelliJ IDEA and JDeveloper and as stand-alone application.
- Localization support: Localizing forms using properties files has never been easier. Specify a resource bundle name and a prefix for keys when creating a new form and then forget about it. JFormDesigner automatically puts all strings into the specified resource bundle (auto-externalizing).
- Beans Binding (JSR 295) support: Using Beans Binding (JSR 295) helps you to keep UI state and model in sync. It drastically reduces the amount of listener code that is usually necessary.
- BeanInfo Annotations: The
@BeanInfo
and@PropertyDesc
annotations make it very easy to specify BeanInfo information directly in the custom component. Its no longer necessary to implement extra BeanInfo classes. This drastically reduces time and code needed to create BeanInfo information. - Java code generator or runtime library: Either let JFormDesigner generate Java source code for your forms (the default) or use the open-source (BSD license) runtime library to load JFormDesigner XML files at runtime. Your choice.
- Generation of nested classes: The Java code generator is able to generate and update nested classes. You can specify a class name for each component in your form. This allows you to organize your source code in an object-oriented way.
Tags: GUI Construction, Swing UI Construction, GUI
Additional Details
Eclipse Versions: 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2022-12 (4.26), 2023-03 (4.27), 2023-06 (4.28), 2023-09 (4.29), 2023-12 (4.30), 2024-03 (4.31), 2024-06 (4.32), 2024-09 (4.33), 2024-12 (4.34), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: FormDev Software GmbH
Development Status: Production/Stable
Date Created: Tuesday, December 5, 2006 - 09:55
License: Commercial
Date Updated: Friday, October 6, 2023 - 10:49
Submitted by: Karl Tauber
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
December 2024 | 315/541 | 7 | 14 |
November 2024 | 380/658 | 18 | 52 |
October 2024 | 344/663 | 25 | 39 |
September 2024 | 263/642 | 50 | 56 |
August 2024 | 376/641 | 15 | 59 |
July 2024 | 376/663 | 18 | 46 |
June 2024 | 366/681 | 21 | 64 |
May 2024 | 344/682 | 28 | 57 |
April 2024 | 377/687 | 22 | 54 |
March 2024 | 386/694 | 23 | 66 |
February 2024 | 360/687 | 25 | 47 |
January 2024 | 360/691 | 26 | 54 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 1
Count | Error Message |
---|---|
1 | Cannot continue the operation. There is another install operation in progress. |
Reviews Add new review
Beans Binding Support?!
Submitted by Werner Keil on Wed, 12/07/2011 - 07:10
Interesting, to see alternatives to MyEclipse Swing Designer or the recent Eclipse project WindowBuilder, though the latter might not leave too much room for commercial products over time.
As JSR-295 has been withdrawn in May by Spec Lead (Oracle, but the former Sun engineer who ran it left AFAIK) I would not call its support a killer criteria or unique selling argument.
You should look for alternatives, either Sapphire or other Eclipse or non-Eclipse projects to fill this gap, otherwise it is unlikely to attract people.