使用 Eclipse (Java) 创建 GUI

发布于 2024-11-18 00:15:17 字数 268 浏览 2 评论 0原文

可能的重复:
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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

情绪操控生活 2024-11-25 00:15:17

是的。使用 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):

enter image description here

忆离笙 2024-11-25 00:15:17

有很多 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..

灵芸 2024-11-25 00:15:17

是的,有一个。它是一个名为 Visual Editor 的 eclipse 插件。您可以在此处下载它

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

烟花肆意 2024-11-25 00:15:17

尝试 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文