Java Visual IDEs?

notfred

Lifer
Feb 12, 2001
38,241
4
0
I'm looking for something for java that is similar to Apple's Interface Builder (and I assume MS's Visual Studio) in which you can drag and drop widgets onto an empty window and graphically build the GUI for an application and link the controls to your own code.

Anyone have any good suggestions?
 

Vadatajs

Diamond Member
Aug 28, 2001
3,475
0
0
Originally posted by: JavaMomma
netbeans

If you want to be able to tweak the generated code use Jbuilder instead. Netbeans disallows this. Otherwise netbeans is ok.