Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 623
Adam Avatar asked Feb 25 '26 22:02

Adam


1 Answers

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.

like image 122
trashgod Avatar answered Feb 27 '26 12:02

trashgod