Possible Duplicate:
Best GUI designer for eclipse?
I am using the Eclipse IDE and I would like to add a GUI Builder. What is the most recommended builder? My programming Language Java.
Possible Duplicate:
Best GUI designer for eclipse?
I am using the Eclipse IDE and I would like to add a GUI Builder. What is the most recommended builder? My programming Language Java.
Window Builder Pro is a quite good GUI designer and google offers it for free now!
For Eclipse i recommend WindowBuilder (http://www.eclipse.org/windowbuilder/). You can build SWT and Swing applications with WB.
Window builder http://code.google.com/javadevtools/wbpro/index.html
I also recommend Window Builder Pro. It's a very good GUI designer, and uses the java source as the definition of your GUI.
An alternative would be JFormDesigner. It's not free so I can't recommend it if you're just playing around, but I do believe it's a bit more featurefull than WindowBuilder Pro.
If you would be doing commercial work with lots of forms I think I'd recommend JFormDesigner as it does seem to be a bit more mature.