Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to build a java swing application in intelijidea [closed]

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

like image 470
Harsha Avatar asked Apr 23 '12 06:04

Harsha


1 Answers

  1. New Project
  2. Create project from scratch
  3. Select type: Java Module
  4. File -> New
  5. 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.

like image 179
Andrew T Finnell Avatar answered Oct 20 '22 18:10

Andrew T Finnell