Eclipse 的最佳图形用户界面设计师?

我正在寻找一个很好的 GUI 设计师摆动在 Eclipse。我的首选是一个自由/开源插件。

422276 次浏览

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

Eclipse 的另一个优秀的 GUI 设计者是 视窗建造专业版,和 Jigloo 一样,它也不是免费的商业用途。

它允许你为 Swing、 SWT 甚至是 Google Web Toolkit (gWT)设计用户界面。

Visual Editor 是一个不错的选择。

It generates 非常 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. 有一些稳定性问题(有时,预览窗口不再刷新...) ,但没有什么是“干净的项目”不能解决的..。

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.

GWT Designer 非常好,可以快速开发 GWT 网站。(http://www.instantiations.com/gwtdesigner/)

我们在 简易日食看看日食发行版。它已经添加了可视化编辑器项目作为插件,所以没有日食版本兼容性的麻烦。另外,Eclipse 帮助部分有一个关于 VE 的教程。

看看我开发秋千应用程序的插件,它和 netbeans 的插件一样简单: http://code.google.com/p/visualswing4eclipse/

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

visualswing4eclipse looks good but the eclipse update URL didn't work for me (I raised ticket 137)

我只能安装一个以前的版本: Http://visualswing4eclipse.googlecode.com/svn-history/r858/trunk/org.dyno.visual.swing.site/site.xml

这个插件实际上看起来非常好。

老问题了,你检查过 JFormDesigner吗?

这里有一个相当不错但是很老的比较 < a href = “ http://wiki.computer terwoche.de/doku.php/program mierung/gui-builder _ fuer _ eclipse”rel = “ nofollow”> http://wiki.computerwoche.de/doku.php/programmierung/gui-builder_fuer_eclipse Window Builder Pro 现在是免费的 Google Web Toolkit

Window Builder Pro 是一个很棒的 Eclipse 图形用户界面设计器,现在谷歌免费提供。