An open source Swing GUI creator who uses MiGlayout

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.

+3
source share
1 answer

I have not tried, but it looks like you can add MiGLayoutto the NetBeansGUI Creator. The article Registering MigLayout with NetBeans , which relates to this project , is now archived , shown as. The generated code should be visible in the fold of the code.

+2
source

Source: https://habr.com/ru/post/1758744/


All Articles