Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The best tool for build swing UI visually [closed]

What is the best and powerful tool for building swing interface? What tool do you use for swing? Why?

like image 952
Max Avatar asked Jan 04 '10 10:01

Max


4 Answers

NetBeans Matisse (comes bundled with NetBeans) is good and powerful.

This eclipse plugin seems fresh as well, but I haven't tried it.

like image 191
Bozho Avatar answered Sep 19 '22 12:09

Bozho


Eclipse is my IDE of choice. You can download Eclipse Visual Editor Project(VEP) from here. take a look at this tutorial.

The Eclipse Visual Editor project is a vendor-neutral, open development platform supplying frameworks for creating GUI builders, and exemplary, extensible tool implementations for Swing/JFC and SWT/RCP.

if you want some compression between Eclipse's VEP and NetBeans' Matisse, take a look at this and this.

like image 20
Michel Gokan Khan Avatar answered Sep 21 '22 12:09

Michel Gokan Khan


Netbeans comes with a nice GUI builder, look here: http://java.sun.com/developer/technicalArticles/tools/nb_guibuilder/

like image 34
mavroprovato Avatar answered Sep 21 '22 12:09

mavroprovato


Netbeans is the best tool till date!

like image 39
Sandeep Avatar answered Sep 22 '22 12:09

Sandeep