Is there any way I can use a visual editor to make swing applications in Eclipse? I'm using Ganymede.
5 Answers
Your options are:
WindowBuilder Pro (eclipse.org): "WindowBuilder is a powerful and easy to use bi-directional Java GUI designer", see also WindowBuilder Pro on code.google.com.
Visual Swing for Eclipse - an editor that works directly with the .java source files. Notes:
- The update url on the front page is wrong (issue 115), should instead be:
http://visualswing4eclipse.googlecode.com/svn/trunk/vs4e/
- You have to untick "Group items by category" to be able to see the install.
- The original announcement of visual swing for eclipse.
- Crashed for me when opening a netbeans-generated swing file.
- The update url on the front page is wrong (issue 115), should instead be:
Visual Editor from ehecht.com - someone's own version, last updated 2010-08-29: "prelininary [sic] eclipse 3.6 (helios) version" (direct download: ve_eclipse_36_win32_201008292115.zip) "These files are non official builds. So you use it on [sic] your own risk."
Use NetBeans instead
- Built-in GUI editor
- Uses an xml file as the source for gui design, performing a one-way conversion
- Adds its own libraries to your project to support GUI creation.
Jigloo SWT/Swing GUI Builder for Eclipse and WebSphere - Note: Jigloo is free for non-commercial use, but purchase of a Professional License is required for commercial use (after successfully evaluating Jigloo).
Options no longer viable / available:
- Official "Visual Editor", archived by eclipse: (Archived: June 2011), the matching install instructions at http://wiki.eclipse.org/VE/Update, and the outdated article / tutorial at http://www.eclipse.org/articles/Article-VE-Custom-Widget/customwidget.html, see also Is eclipse visual editor dead?
This is a summary of all the other answers to this question as it took me a while to make sense of them.
You could try to install echech's version of VE (Visual Editor).
You have here another setup procedure to follow if the first does not work
It should work with with eclipse3.4 (Ganymede).
Or you could download the original version and install it in a eclipse3.2 setup.
It is the only Visual Editor I know knew of which is was free and support Swing.
Note: it is an archived Eclipse project since June 2011.
tehvan mentions a commercial editor: SwingDesigner (now only WBPro for Smalltalk remains)
-
-
@TimAbell: true, that product is no longer available, and I have updated the answer to reflect that. – VonC Nov 24 '11 at 21:26
You may want to give a try at this free Swing visual editor for eclipse. I had not time to give it a run already but that's on my todo list (this editor looks interesting and it is open source).

- 10,449
- 2
- 28
- 32