Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use drag and drop in IntelliJ for java swing

I am using IntelliJ for java application development using swing . It is difficult to manage content using layout manager. So, is there is any facility to make drag and drop features like in visual studio for vb.net...

like image 605
Som Adhikari Avatar asked Jun 12 '16 09:06

Som Adhikari


1 Answers

You can use IntelliJ's GUI designer

JetBrains website has some resources detailing how to use it:

  • Designing GUI. Major Steps
  • Creating and Opening Forms
  • GUI Designer Basics
  • Components of the GUI Designer

There are also several walkthroughs available on YouTube


Here are a few screen shots showing how to launch/display the designer:

enter image description here enter image description here


The designer:

enter image description here

like image 111
Peter Avatar answered Oct 05 '22 23:10

Peter