vote up 2 vote down star

I've been developing Java Web apps using Eclipse as the IDE. Planning to start developing a desktop app based on Java.

Can someone suggest the best IDE for developing Java based desktop apps? (One that would have drag drop for building the interface like Visual Studio)

flag
Could you tick the right answer among the list below? – codemeit Mar 6 at 10:50
Subjective , but I guess you have made your choice – whatnick Sep 24 at 20:26

9 Answers

vote up 16 vote down check

The latest version of Netbean IDE and it is free!

Check out Swing GUI Builder Features

link|flag
NetBeans netbeans.org – Zach Scrivena Feb 22 at 11:17
The visual editor in Eclipse can reverse engineer code. The Matisse editor in Netbeans is fantastic for creating GUI's. MyEclipse has a port of Matisse to Eclipse. – Thorbjørn Ravn Andersen Feb 22 at 12:18
Netbeans IDE. ;)) +1 – Kb Feb 22 at 17:33
IMO, some of Netbean is even better than MS VS 2008 – codemeit Feb 22 at 20:41
vote up 5 vote down

Netbeans has the best support for creating GUIs

link|flag
vote up 4 vote down

+1 for Netbeans for GUIs, however IntelliJ is still my favourite general-purpose IDE for work. Unfortunately, it's not free.

link|flag
vote up 3 vote down

I'd say it depends on which GUI framework you are going to use:

Now which to choose, of course, is a different question.

link|flag
vote up 2 vote down

this http://www.eclipse.org/ or this http://www.netbeans.org/

link|flag
vote up 2 vote down

I've always liked Eclipse (http://www.eclipse.org/downloads/) + Instantiation's Window Builder (http://www.instantiations.com/windowbuilder/)

link|flag
If you can afford the licences, WindowBuilder and WindowTester (for gui testing) are very good products for both SWT and Swing development – Csaba_H 2 days ago
vote up 0 vote down

In some ways it doesn't matter which tool you use as long as you put the effort into learning it in depth. Know your tools! Read the Free Manual!

In practice: you would want to pick Eclipse for SWT and Netbeans for Swing (Matisse is great when you are getting started). I haven't used IntelliJ but I am sure it is excellent.

link|flag
RTFM!! :) – Thiyagaraj Sep 19 at 19:00
vote up 0 vote down

A couple of years ago, I used Eclipse with Visual Editor, which I found very useful. I liked the code that it generated - it was really easy to take that and add the extra functionality I needed.

link|flag
vote up 0 vote down

Response to RTFM messages: I agree reading the manual is a good way to learn more about the tool. The OP is trying to figure out a few tools to learn more in depth and finally zero in on one (or a subset to meet varying requirements). To get to the first list before reading the accompanying manuals, one would require some directions and help based on experience. If you had to read manuals of all related tools before identifying the tool that meets your requirement, a new tool would have come in or your project would have gone past you!

Response to original question on best IDE based editor:

  1. Eclipse (strong community + well designed and documented plugin architecture)
  2. GNU Emacs (a text editor engine with ability to infinitely extend... Your imagination is the limit)
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.