Best GUI designer for eclipse?

JavaEclipseSwingGui Designer

Java Problem Overview


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

Java Solutions


Solution 1 - Java

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

Solution 2 - Java

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

Solution 3 - Java

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

Solution 4 - Java

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

Solution 5 - Java

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

Solution 6 - Java

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

Solution 7 - Java

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.

Solution 8 - Java

Old question, but have you checked out JFormDesigner?

Solution 9 - Java

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

Solution 10 - Java

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.

Solution 11 - Java

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.

Solution 12 - Java

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionjumarView Question on Stackoverflow
Solution 1 - JavajumarView Answer on Stackoverflow
Solution 2 - JavaMarkusView Answer on Stackoverflow
Solution 3 - JavaWilliam ChenView Answer on Stackoverflow
Solution 4 - JavajjnguyView Answer on Stackoverflow
Solution 5 - JavaDavid CrowView Answer on Stackoverflow
Solution 6 - JavaLaurent KView Answer on Stackoverflow
Solution 7 - Javamatt burnsView Answer on Stackoverflow
Solution 8 - JavaHiQ CJView Answer on Stackoverflow
Solution 9 - JavaAutobyteView Answer on Stackoverflow
Solution 10 - JavaSteve BuikhuizenView Answer on Stackoverflow
Solution 11 - JavaNashView Answer on Stackoverflow
Solution 12 - JavaPablo Santa CruzView Answer on Stackoverflow