使用 MiGlayout 的开源 Swing GUI 构建器
是否有使用 MiGlayout 作为布局管理器的开源 Java swing GUI 构建器?我一直在尝试学习使用 MiGlayout 手动制作 Swing GUI,但感觉如果代码是自动生成的,学习会更容易。
注意:我没有在我的应用程序中使用 GUI 构建器,只是为了查看代码是如何生成的,然后在我的 Java 应用程序中应用(我学到的)并优化该代码。所以我并不是专门寻找依赖于 IDE 的 Swing GUI 构建器。
Is there an open source Java swing GUI builder that uses MiGlayout as it's layout manager? I've been trying to learn to make Swing GUI's by hand using MiGlayout but feel it would be easier to learn if the code is auto-generated.
Note: I'm not using the GUI builder for my applications, just to see how the code is generated and then applying (what I learned) and optimizing that code in my Java applications. So I'm not specifically looking for IDE dependent Swing GUI builders.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有尝试过,但看起来你可以添加
MiGLayout
到NetBeans
GUI 构建器。文章 在 NetBeans 中注册 MigLayout 引用了此内容项目,现在已存档,展示了如何操作。生成的代码应该在代码文件夹中可见。I haven't tried it, but it looks like you can add
MiGLayout
to theNetBeans
GUI builder. The article Registering MigLayout in NetBeans, which refers to this project, now archived, shows how. The generated code should be visible in a code fold.