java gui builder

randumb

Platinum Member
Mar 27, 2003
2,324
0
0
i want a java gui builder for swing (too lazy to write swing code myself), any recommendations?
 

Stuxnet

Diamond Member
Jun 16, 2005
8,392
1
0
None that I've tried are really very good. Seriously man, nothing beats coding it yourself. Once you begin to understand Swing methodology and its structure, it's a breeze. I can crank out interfaces much quicker (and much more maintainable and elegant, I might add) than any code generator could.

O'Reilly's Swing book is a great resource. I highly recommend it.
 

ttown

Platinum Member
Oct 27, 2003
2,412
0
0
the free version of the jigloo eclipse plug in seems good to me

(I'm basically an entry-level java programmer, with experience in other languages)
 

dighn

Lifer
Aug 12, 2001
22,820
4
81
I really liked the GUI builder in Netbeans IDE. The gridbag layout editor let me do everything.