Java Eclipse 的最佳 GUI 设计器?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/29426/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Best GUI designer for eclipse?
提问by jumar
I'm looking for a good GUI designer for swing in eclipse. My preference is for a free/open-source plugin.
我正在为 Eclipse 中的 Swing 寻找优秀的 GUI 设计师。我更喜欢免费/开源插件。
采纳答案by jumar
Window Builder Prois a great GUI Designer for eclipse and is now offered for free by google.
Window Builder Pro是一款出色的 Eclipse 图形用户界面设计器,现在由谷歌免费提供。
回答by jjnguy
'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.
'Jigloo' 是一个非常酷的 GUI 设计器。然而,它不能免费用于商业用途。它会自动生成代码并允许对其创建的代码进行自定义编辑。
回答by David Crow
Another good GUI designer for Eclipse is Window Builder Pro. Like Jigloo, it's not free for commercial use.
Eclipse 的另一个优秀的 GUI 设计器是Window Builder Pro。与 Jigloo 一样,它不能免费用于商业用途。
It allows you to design user interfaces for Swing, SWT and even the Google Web Toolkit (GWT).
它允许您为 Swing、SWT 甚至 Google Web Toolkit (GWT) 设计用户界面。
回答by Laurent K
Visual Editoris a good choice.
可视化编辑器是一个不错的选择。
It generates veryclean 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. There are some stability problems (some times, the preview window does not refresh anymore...), but nothing that a "clean Project" can't fix...
它使用简单但方便的模式生成非常干净的代码,在源代码旁边没有“布局”文件。对生成的代码打补丁,直接看结果非常简单。存在一些稳定性问题(有时,预览窗口不再刷新......),但没有什么是“干净的项目”无法解决的......
回答by Steve Buikhuizen
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.
我使用 GWTDesigner http://www.instantiations.com/gwtdesigner/,它不是免费的,但运行良好。最重要的是,他们的客户支持是一流的 - 非常敏感。
回答by Autobyte
GWT Designer is very good and allows for rapid development of GWT websites. (http://www.instantiations.com/gwtdesigner/)
GWT Designer 非常好,可以快速开发 GWT 网站。( http://www.instantiations.com/gwtdesigner/)
回答by Autobyte
well check out the eclipse distro easyeclipse at EasyEclipse. it has Visual editor project already added as a plugin, so no hassles of eclipse version compatibility.Plus the eclipse help section has a tutorial on VE.
在EasyEclipse 上查看 Eclipse 发行版easyeclipse。它已经作为插件添加了可视化编辑器项目,所以没有eclipse版本兼容性的麻烦。另外eclipse帮助部分有一个关于VE的教程。
回答by Autobyte
Look at my plugin for developing swing application. It is as easy as that of netbeans': http://code.google.com/p/visualswing4eclipse/
查看我的用于开发 Swing 应用程序的插件。它和 netbeans 一样简单:http: //code.google.com/p/visualswing4eclipse/
回答by Pablo Santa Cruz
It's not free or open source. But you can give Intellij Idea's SWING GUI designera try.
它不是免费的或开源的。但是您可以尝试一下Intellij Idea 的SWING GUI 设计器。
回答by matt burns
visualswing4eclipse looks good but the eclipse update URL didn't work for me (I raised ticket 137)
visualswing4eclipse 看起来不错,但 eclipse 更新 URL 对我不起作用(我提出了 137 票)
I was only able to install a previous version. Here's a url in case anyone wants it: http://visualswing4eclipse.googlecode.com/svn-history/r858/trunk/org.dyno.visual.swing.site/site.xml
我只能安装以前的版本。这是一个网址,以防有人想要它:http: //visualswing4eclipse.googlecode.com/svn-history/r858/trunk/org.dyno.visual.swing.site/site.xml
The plugin actually looks very good.
该插件实际上看起来非常好。
回答by HiQ CJ
Old question, but have you checked out JFormDesigner?
老问题,但你检查过JFormDesigner吗?