How to build a java swing application in intelijidea

build, intellij-idea

Solution

- New Project

- Create project from scratch

- Select type: Java Module

- File -> New

- GUI Form

You'll see their UI Editor pop up.

You'll need to read up on javax.swing on how to start your application though. That piece is not specific to IntelliJ IDEA.

Problem

How to build a java swing application which developed in intelij idea with it's dependencies.

Original source