vote up 12 vote down star
2

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

flag

69% accept rate

8 Answers

vote up 1 vote down check

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...

link|flag
This only works for eclipse 3.2 and not 3.3.. :-( – Milhous Jun 5 at 21:28
I know it doesn't answer exactly your needs, but I made it work recently with eclipse 3.4 wiki.eclipse.org/VE/Update – Laurent K Jun 8 at 7:41
vote up 4 vote down

'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/

link|flag
vote up 0 vote down

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).

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 5 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 3 vote down

Hi,

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.