使用 Eclipse (Java) 创建 GUI
可能的重复:
Eclipse 的最佳 GUI 设计器?
是否有任何 Eclipse 插件工具可以提供帮助为(swing、awt 或 swt)创建图形用户界面,因为我厌倦了每次编写面板、标签的代码,...
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
是的。使用 WindowBuilder Pro(由 Google 提供)。它支持 SWT 和 Swing 以及多种布局(Group 布局、MiGLayout 等)。它与 Eclipse Indigo 集成,开箱即用,但您可以在以前的版本 (3.4/3.5/3.6) 上安装插件:
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):
有很多 GUI 设计者甚至喜欢 Eclipse 插件,但只有少数人可以同时使用 Swing 和 SWT。
WindowBuilder Pro GUI 设计器 - eclipse 市场
WindowBuilder Pro GUI 设计器 - Google 代码主页
和
Jigloo SWT/Swing GUI Builder - Eclipse 市场
Jigloo SWT/Swing GUI Builder - 主页页
窗口构建器是更好的工具。
但是恕我直言,这些工具创建的 GUI 的代码非常丑陋且难以管理。
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..
是的,有一个。它是一个名为 Visual Editor 的 eclipse 插件。您可以在此处下载它
Yes, there is one. It is an eclipse-plugin called Visual Editor. You can download it here
尝试 http://code.google.com/p/swinghtmltemplate/
这将允许您使用类似 html 的语法创建 gui
try http://code.google.com/p/swinghtmltemplate/
this will allow you to create gui with html-like syntax