Is there an open source Java swing GUI creator who uses MiGlayout as a layout manager? I tried to learn how to do the Swing GUI manually using MiGlayout, but I feel that it would be easier to know if the code will be auto-generated.
Note. I do not use the GUI builder for my applications, just to see how the code is generated, and then apply (what I learned) and optimize this code in my Java applications. Therefore, I am not specifically looking for IDE-dependent Swing GUI builders.
source
share