8

Is there a FREE (or relatively cheaper) Java GUI designer/builder?

derrdji
  • 12,661
  • 21
  • 68
  • 78

8 Answers8

16

I highly recommend NetBeans's Matisse GUI editor.

C. K. Young
  • 219,335
  • 46
  • 382
  • 435
3

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.

Jesper
  • 202,709
  • 46
  • 318
  • 350
3

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.

Zoot
  • 2,217
  • 4
  • 29
  • 47
2

Netbeans has one, as does Eclipse.

Joachim Sauer
  • 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
  • 1
    NetBeans 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
0

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.

Arjun Sunil Kumar
  • 1,781
  • 3
  • 28
  • 46
0

It isn't free (or particularly cheap), but the one in IntelliJ is pretty nice.

jsight
  • 27,819
  • 25
  • 107
  • 140
0

try NetBeans or Eclipse Visual Editor Plugin

groovingandi
  • 1,986
  • 14
  • 16
0

Try netbeans, I'm sure you're gonna like the latest release (version 6.7)

Raffo
  • 1,642
  • 6
  • 24
  • 41