马蒂斯《日食》
我刚刚安装了 Eclipse 3.4,发现还没有用于创建 Swing 应用程序的插件。 我还发现MyEclipse IDE中有一个Matisse实现,但我现在想知道是否有这样一个免费的Matisse插件。
I have just installed Eclipse 3.4 and found out that there is not a plugin to create Swing applications yet. I also have found that there is a Matisse implementation in MyEclipse IDE, but I'd like to now whether there is such a Matisse plugin for free.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Instatiations Swing Designer 在我看来是最好的。 我们在尝试了许多不同的 Eclipse 插件后决定了它。
Instatiations Swing Designer is the best in my opinion. We settled on it after trying may different Eclipse plugins.
没有免费的。 myeclipse 是在 eclipse 中运行 matisse 的唯一方法。
there isnt one for free. myeclipse is the only way to run matisse inside eclipse.
虽然这不是您问题的真正答案,但您也可以在布局管理方面考虑替代解决方案:Matisse 和 GroupLayout 既不是定义 GUI 表单的唯一方法,也不是最好的方法。
我建议你看一下:
简单)
并且非常简单)
两者都是开源的并且有友好的许可证(不是 GPL)。
在 Google 上快速搜索即可立即找到链接。
免责声明:我是 DesignGridLayout 的两个项目所有者之一,但我向您指出它是因为我确信它提供了一种更好的方法来定义 Swing 布局。
Although this is not a true answer to your question, you may as well look at alternative solutions in terms of layout management: Matisse and GroupLayout are neither the only way, nor the best one, to define your GUI forms.
I would suggest you take a look at:
simple)
and very simple)
Both are open source and have a friendly license (not GPL).
A quick search on Google will give you the links immediately.
Disclaimer: I am one of DesignGridLayout both project owners, but I point you to it because I'm convinced it provides a better way to define Swing layouts.
我快速进行了 Google 搜索,发现您可以并行使用 Netbeans Matisse 和 Eclipse:
NetBeans Wiki:UsingNetbeansMatisseAndEclipseInParallel
它似乎基本上涉及在 Netbeans 中构建 Swing GUI 并在 Eclipse 中执行其他编码任务。
I did a quick Google search and found that you could use Netbeans Matisse and Eclipse in parallel:
NetBeans Wiki: UsingNetbeansMatisseAndEclipseInParallel
It seems to basically involve building the Swing GUI in Netbeans and doing the other coding tasks from within Eclipse.