Best way to create custom java applications?

I came across Netbeans, but are there any tools out there that will allow you to create event driven events?

I am looking for a function, such as the ability to drag and drop user interface components and add methods to the buttons directly, by double-clicking on it (sort of like visualbasic) and viewing the source.

+3
source share
4 answers

At Netbean, you have Matisse . See Designing a Swing GUI in NetBeans IDE

0
source

You can use the Eclipse + Jigloo GUI Builder plugin .

+1

Java Visual Editor.

, ( ) Eclipse, Java IDE.

0

IntelliJ IDEA GUI builder, . open source. GUI- , -.

0

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


All Articles