有免费的 Java GUI 设计器吗?
是否有免费(或相对便宜)的 Java GUI 设计器/构建器?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否有免费(或相对便宜)的 Java GUI 设计器/构建器?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(8)
它不是免费的(或者特别便宜),而是 IntelliJ 中的一个是相当不错的。
It isn't free (or particularly cheap), but the one in IntelliJ is pretty nice.
尝试 NetBeans 或 Eclipse 可视化编辑器插件
try NetBeans or Eclipse Visual Editor Plugin
尝试一下 netbeans,我相信您会喜欢最新版本(版本 6.7)
Try netbeans, I'm sure you're gonna like the latest release (version 6.7)
你应该去
日食 ,Komodo Edit 和 Netbeans(如果您想要免费的话)。
但我推荐Jbuider,它昂贵但确实很好的GUI环境。
You should go for
ecllipse ,Komodo Edit and Netbeans if you want it for free.
But i recoment Jbuider which expensive but really good GUI environment.
Netbeans 有一个,Eclipse。
Netbeans has one, as does Eclipse.
尝试 WindowBuilder,它曾经是一个非免费的 Eclipse 插件,现在现在免费提供。
WindowBuilder 在过去 12 个月内已易主数次(从 Instantiations 到 Google< /a>,随后 Google 将其捐赠给 Eclipse 基金会)。
它可以从Eclipse WindowBuilder 页面免费获得。
Try WindowBuilder, which once was a non-free Eclipse plugin, and is now available for free.
WindowBuilder has changed hands several times in the last 12 months (from Instantiations to Google, followed by Google giving it to the Eclipse Foundation).
It is available for free from the Eclipse WindowBuilder page.
不幸的是,在过去的三年里,Eclipse 可视化编辑器似乎没有得到太多维护或开发。 在 可视化编辑器主页 上,您会看到最新版本是从 6 月开始的2006 年 3 月 30 日——三年多前。
目前最好的 Java 免费 GUI 构建器可能是 Matisse,它包含在 NetBeans 中,正如其他人已经提到的那样。
如果您是 Eclipse 用户,那么还有 Matisse4MyEclipse ,但它不是免费的 - 它是流行的 MyEclipse 的一个附加组件。 Eclipse 的另一个非免费选项是 WindowBuilder Pro,它不仅适用于 Swing,还适用于SWT 甚至 GWT GUI。
Unfortunately, it looks like the Eclipse Visual Editor has not been maintained or developed a lot the past three years. On the Visual Editor homepage you'll see that the last release is from June 30, 2006 - more than three years ago.
The best free GUI builder for Java at the moment is probably Matisse which is included in NetBeans, as others have already mentioned.
If you're an Eclipse user, then there's also Matisse4MyEclipse, but it is not free - it's an add-on to the popular MyEclipse. Another non-free option for Eclipse is WindowBuilder Pro, which is not only for Swing, but also for SWT and even GWT GUIs.
我强烈推荐 NetBeans 的 Matisse GUI 编辑器。
I highly recommend NetBeans's Matisse GUI editor.