Is there a FREE (or relatively cheaper) Java GUI designer/builder?
-
4Just for the record Open Source != Free :) – cwap Aug 11 '09 at 14:24
8 Answers
I highly recommend NetBeans's Matisse GUI editor.

- 219,335
- 46
- 382
- 435
-
1
-
I personally have used this one pretty from its early days, I have yet to find a GUI design it cannot at least "rough out" – Wintermut3 Mar 27 '10 at 16:36
Unfortunately, it looks like the Eclipse Visual Editor has not been maintained or developed a lot the past three years. On the Visual Editor homepage you'll see that the last release is from June 30, 2006 - more than three years ago.
The best free GUI builder for Java at the moment is probably Matisse which is included in NetBeans, as others have already mentioned.
If you're an Eclipse user, then there's also Matisse4MyEclipse, but it is not free - it's an add-on to the popular MyEclipse. Another non-free option for Eclipse is WindowBuilder Pro, which is not only for Swing, but also for SWT and even GWT GUIs.

- 202,709
- 46
- 318
- 350
Try WindowBuilder, which once was a non-free Eclipse plugin, and is now available for free.
WindowBuilder has changed hands several times in the last 12 months (from Instantiations to Google, followed by Google giving it to the Eclipse Foundation).
It is available for free from the Eclipse WindowBuilder page.

- 2,217
- 4
- 29
- 47
Netbeans has one, as does Eclipse.

- 302,674
- 57
- 556
- 614
-
If I remember right, if you don't want to fork out any money, Eclipse has no capabilities for using GroupLayout; NetBeans has support for GroupLayout out of the box. – C. K. Young Aug 11 '09 at 14:25
-
1NetBeans is a lot easier to use than Eclipse for GUI designing in my opinion. Less hassle with configuration. – Duncan Aug 11 '09 at 14:48
You should go for ecllipse ,Komodo Edit and Netbeans if you want it for free.
But i recoment Jbuider which expensive but really good GUI environment.

- 1,781
- 3
- 28
- 46