Use IntelliJ's Swing Designer in Maven
Recently, I’ve been working on several projects related to Java Swing and Maven, so I tried many tools from popular IDEs to create the Forms & Dialogs.
My favorite was IntelliJ’s Swing Designer because:
- I mainly use IntelliJ in most of my projects
- The editor is pretty clean and not too bloated for my workspace
- The structure has clear separation between code and design (Only provide components variables when needed)
However, the biggest problem was that there was no clear & official tool or tutorial to integrate the forms into my Maven projects.