简体   繁体   中英

Open source Swing GUI builder that uses MiGlayout

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.
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. 我没有为我的应用程序使用GUI构建器,只是为了查看代码是如何生成的,然后应用(我学到的)并在我的Java应用程序中优化代码。 So I'm not specifically looking for IDE dependent Swing GUI builders.

I haven't tried it, but it looks like you can add MiGLayout to the NetBeans 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM