[java] Create GUI using Eclipse (Java)

Possible Duplicate:
Best GUI designer for eclipse?

Is there any Eclipse Plugin tool(s) who can help to create Graphical User Interface for (swing, awt or swt), because I'm tired of writing everytime the code of Panels, Labels, ...

Thanks

This question is related to java swing user-interface swt awt

The answer is


Yes. Use WindowBuilder Pro (provided by Google). It supports SWT and Swing as well with multiple layouts (Group layout, MiGLayout etc.) It's integrated out of the box with Eclipse Indigo, but you can install plugin on previous versions (3.4/3.5/3.6):

enter image description here


Similar questions with java tag:

Similar questions with swing tag:

Similar questions with user-interface tag:

Similar questions with swt tag:

Similar questions with awt tag: