Any good recent (Java 6+) Swing GUI builders the SO community would like to recommend? Some features I'm interested in:
Thanks for any suggestions!
I'm a big fan of JetBrains, and when it comes to Java, IntelliJ is the best IDE I have used. For Swing, they have a fully interactive UI builder.
Swing was a very popular library in it's prime as it was the best GUI framework (for most) option available. Even now in 2020 it likely still holds a significant portion of the total GUI developers in Java. (mainly in projects that were built using swing in the past).
From a Java developer perspective, both technologies are highly useful in writing pluggable UI components. With its vast UI component library, Swing can provide added advantage to the developer, whereas when it comes to design modern and rich internet application, JavaFX can supersede Swing.
Java Swing is a more prominent GUI component which is part of the Oracles JFC – Java Foundation Classes API. This provides a more sophisticated Graphical interface option to the Java Programs.
Netbeans is the best there is for Swing and will cover everything you need:
They offer the best integration of Matisse Swing builder.
It is absolutely stable, expandable and fast. There is a large number of plugins.
Hibernate reverse engineering is well implemented and there is a vast number of step-by-step tutorials that will help you start.
I personally use WindowBuilder Pro
by Google. It is a plugin for Eclipse and it is free.
The next release of Eclipse - Indigo - will be on the 2nd of July and it will include WindowBuilder by default.
WindowBuilder is a powerful and easy to use bi-directional Java GUI designer that makes it very easy to create Java GUI applications without spending a lot of time writing code to display simple forms. With WindowBuilder you can create complicated windows in minutes. Use the visual designer and Java code will be generated for you. You can easily add controls using drag-and-drop, add event handlers to your controls, change various properties of controls using a property editor, internationalize your app and much more.
Reference link: WindowBuilder Pro
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With