Java 您建议使用什么 Eclipse GUI Builder 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/942696/
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
what eclipse GUI builder plugin do you suggest
提问by Progress Programmer
Possible Duplicate:
Best GUI designer for eclipse?
可能的重复:
Eclipse 的最佳 GUI 设计器?
i'm trying to create a user interface in java? what ui builder do you suggest for me to use? Thanks.
我想在java中创建一个用户界面?你建议我使用什么 ui builder?谢谢。
采纳答案by David Taylor
MyEclipse IDE comes with a nice GUI builder Matisse4MyEclipse("borrowed" from NetBeans IIRC). You will probably want to settle on a Java IDE as part of the decision making process since the two decisions tend to be closely related.
MyEclipse IDE 带有一个不错的 GUI 构建器Matisse4MyEclipse(“借用”自 NetBeans IIRC)。您可能希望将 Java IDE 作为决策制定过程的一部分,因为这两个决策往往密切相关。
Instantiationsis also another solid choice I have used, though a bit more expensive. CodeGear apparently likes this tool as well since it has been selected for inclusion in their JBuilderproduct lineup (which is now based on Eclipse).
实例化也是我使用过的另一个可靠的选择,虽然有点贵。CodeGear 显然也很喜欢这个工具,因为它已被选入他们的JBuilder产品系列(现在基于 Eclipse)。
Another option you should not overlook is Eclipse Rich Client Platform(RCP). Depending on who you ask it is either wonderful or evil since it competes with Swing and makes use of Native OS widgets (SWT). This is the technology behind Eclipse itself and may be a good choice if you like the Eclipse look and feel or are building a tooling platform.
您不应忽视的另一个选项是Eclipse Rich Client Platform(RCP)。取决于你问的是谁,它是好是坏,因为它与 Swing 竞争并利用本地操作系统小部件 (SWT)。这是 Eclipse 本身背后的技术,如果您喜欢 Eclipse 的外观或正在构建工具平台,这可能是一个不错的选择。
FWIW I have used MyEclipsetooling extensively since about 2004 and am happy with the quality and very reasonable price. Please keep in mind that YMMV since everyone has different preferences and requirements.
FWIW 我从 2004 年左右开始广泛使用MyEclipse工具,并且对质量和非常合理的价格感到满意。请记住 YMMV,因为每个人都有不同的偏好和要求。
回答by Eugene Ryzhikov
I've tried many. In my opinion the best one (for Eclipse) would be WindowBuilder from Google.
我试过很多。在我看来,最好的(对于 Eclipse)是来自 Google 的 WindowBuilder。
More info at http://www.eclipse.org/windowbuilder/.
回答by David Hofmann
http://code.google.com/p/visualswing4eclipse/is a really good one.
回答by Sinaesthetic
put your cursor somewhere in the field that you want to make a property and press Control+R-E
将光标放在要创建属性的字段中的某个位置,然后按 Control+RE