Best GUI designer for eclipse? [closed]
Asked Answered
S

12

125

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

Skied answered 27/8, 2008 at 3:6 Comment(0)
S
72

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

Skied answered 28/9, 2010 at 19:12 Comment(4)
Windows Builder download: eclipse.org/windowbuilder/download.phpHowzell
Update site for Eclipse Indigo release: download.eclipse.org/windowbuilder/WB/release/R201106211200/3.7Peek
Window Builder Pro is fantastic. Be sure to go into Window->Preferences, then WindowBuilder, to configure how variables are set up, event handlers, etc. I prefer to configure my variables to always be fields, and my event handlers to be "implement listener interface in parent class". Feels more like Visual Basic when I do that.Liselisetta
It's a little bit slow compared to NetBeans but i like the fact of having editor that doesn't change my code so much or hinders editing as NetBeans does.Tingey
M
54

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

Mice answered 28/9, 2010 at 9:31 Comment(1)
Note: this comparison is in German...Registration
B
13

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

Bundy answered 2/12, 2008 at 10:11 Comment(1)
Your plugin looks nice, but the download link for Eclipse is not active.Ribera
O
7

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

Overscore answered 27/8, 2008 at 3:10 Comment(0)
M
6

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

Ml answered 27/8, 2008 at 6:51 Comment(0)
J
3

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

Jodee answered 28/8, 2008 at 10:11 Comment(6)
The Visual Editor project is nearly dead. According to the website the last release is 2 years ago, and it doesn't support Eclipse 3.3.Congruence
This only works for eclipse 3.2 and not 3.3.. :-(Orchid
I know it doesn't answer exactly your needs, but I made it work recently with eclipse 3.4 wiki.eclipse.org/VE/UpdateJodee
@Tom: No longer true; there is now a version of Visual Editor for Eclipse 3.5/Galileo: wiki.eclipse.org/VE/UpdateMaltese
There is now also a new release of Visual Editor: V 1.4.0, 30 Sep 2009Maltese
And vep is now officially dead.Colpotomy
C
3

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.

Clausewitz answered 16/3, 2010 at 12:14 Comment(1)
The project seems abandoned. I've tested it on Eclipse 3.6, and it was very unstable. Only five, almost trivial commits, in the past 3 years. code.google.com/p/visualswing4eclipse/source/listBalsam
P
3

Old question, but have you checked out JFormDesigner?

Parthenope answered 12/8, 2010 at 11:27 Comment(0)
P
2

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

Phylys answered 15/9, 2008 at 14:5 Comment(0)
L
1

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.

Litterbug answered 11/9, 2008 at 9:3 Comment(0)
D
1

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.

Dumanian answered 6/10, 2008 at 2:25 Comment(0)
W
1

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

Whopper answered 12/3, 2010 at 11:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.