views:

25269

answers:

14

I'm looking for a good GUI designer for swing in eclipse. My preference is for a free/open-source plugin.

+4  A: 

'Jigloo' is a very cool GUI designer. It is not free for commercial use however. It auto-generates code and allows for custom editing of the code it creates.

http://www.cloudgarden.com/jigloo/

jjnguy
+2  A: 

Another good GUI designer for Eclipse is Window Builder Pro. Like Jigloo, it's not free for commercial use.

It allows you to design user interfaces for Swing, SWT and even the Google Web Toolkit (GWT).

David Crow
+2  A: 

Visual Editor is a good choice.

It generates very clean code, with no "layout" files beside of your sourcen using a simple but convenient pattern. It's very easy to patch the generated code and directly see the result. There are some stability problems (some times, the preview window does not refresh anymore...), but nothing that a "clean Project" can't fix...

Laurent K
This only works for eclipse 3.2 and not 3.3.. :-(
Milhous
I know it doesn't answer exactly your needs, but I made it work recently with eclipse 3.4http://wiki.eclipse.org/VE/Update
Laurent K
A: 

I use GWTDesigner http://www.instantiations.com/gwtdesigner/ which is not free but works well. Best of all, their customer support is top notch - very responsive.

Steve Buikhuizen
+1  A: 

GWT Designer is very good and allows for rapid development of GWT websites. (http://www.instantiations.com/gwtdesigner/)

Autobyte
+7  A: 

The first post recommend Visual Editor, but that project is nearly dead. According to the website the last release is 2 years ago, and it doesn't support Eclipse 3.3.

Tom
This should be a comment rather than a standalone answer, IMHO.
RegDwight
No longer true; there is now a version of Visual Editor for Eclipse 3.5/Galileo: http://wiki.eclipse.org/VE/Update
sleske
There is now also a new release of Visual Editor: V 1.4.0, 30 Sep 2009
sleske
A: 

well check out the eclipse distro easyeclipse at EasyEclipse. it has Visual editor project already added as a plugin, so no hassles of eclipse version compatibility.Plus the eclipse help section has a tutorial on VE.

+7  A: 

Hi,

Look at my plugin for developing swing application. It is as easy as that of netbeans': http://code.google.com/p/visualswing4eclipse/

Your plugin looks nice, but the download link for Eclipse is not active.
Thrawn
A: 

It's not free or open source. But you can give Intellij Idea's SWING GUI designer a try.

Pablo Santa Cruz
+2  A: 

visualswing4eclipse looks good but the eclipse update URL didn't work for me (I raised ticket 137)

I was only able to install a previous version. Here's a url in case anyone wants it: http://visualswing4eclipse.googlecode.com/svn-history/r858/trunk/org.dyno.visual.swing.site/site.xml

The plugin actually looks very good.

mattburns
A: 

Old question, but have you checked out JFormDesigner?

UncleCJ
+1  A: 

Here is a quite good but old comparison http://wiki.computerwoche.de/doku.php/programmierung/gui-builder_fuer_eclipse Window Builder Pro is now free at Google Web Toolkit

Markus
A: 

Window Builder Pro is a great GUI Designer for eclipse and is now offered for free by google:

jumar
same answer came from Markus 10 hours before...
bobndrew
A: 

But how is Windows Builder Pro compared to visualswing4eclipse .Which one is better?

mradu