马蒂斯《日食》

发布于 2024-07-08 20:15:53 字数 110 浏览 5 评论 0原文

我刚刚安装了 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 技术交流群。

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

发布评论

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

评论(4

半枫 2024-07-15 20:15:53

Instatiations Swing Designer 在我看来是最好的。 我们在尝试了许多不同的 Eclipse 插件后决定了它。

Instatiations Swing Designer is the best in my opinion. We settled on it after trying may different Eclipse plugins.

隱形的亼 2024-07-15 20:15:53

没有免费的。 myeclipse 是在 eclipse 中运行 matisse 的唯一方法。

there isnt one for free. myeclipse is the only way to run matisse inside eclipse.

甜宝宝 2024-07-15 20:15:53

虽然这不是您问题的真正答案,但您也可以在布局管理方面考虑替代解决方案:Matisse 和 GroupLayout 既不是定义 GUI 表单的唯一方法,也不是最好的方法。

我建议你看一下:

  • MigLayout(非常强大且相当
    简单)
  • 和DesignGridLayout(相当强大
    并且非常简单)

两者都是开源的并且有友好的许可证(不是 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:

  • MigLayout (very powerful and quite
    simple)
  • and DesignGridLayout (quite powerful
    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.

深居我梦 2024-07-15 20:15:53

我快速进行了 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.

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