Search code examples
javauser-interfaceswingmiglayout

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.
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.


Solution

  • 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.