Create GUI using Eclipse (Java) [duplicate]

2019-01-16 08:39发布

问题:

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

回答1:

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



回答2:

There are lot of GUI designers even like Eclipse plugins, just few of them could use both, Swing and SWT..

WindowBuilder Pro GUI Designer - eclipse marketplace

WindowBuilder Pro GUI Designer - Google code home page

and

Jigloo SWT/Swing GUI Builder - eclipse market place

Jigloo SWT/Swing GUI Builder - home page

The window builder is quite better tool..

But IMHO, GUIs created by those tools have really ugly and unmanageable code..



回答3:

Yes, there is one. It is an eclipse-plugin called Visual Editor. You can download it here



回答4:

try http://code.google.com/p/swinghtmltemplate/

this will allow you to create gui with html-like syntax