I am new to java Swing and I need a tool to develop attractive window for my application. I am expecting a tool similar to VB.Net, some thing which has drag and drop options.
Asked
Active
Viewed 2,893 times
1
-
2I would recommend netbeans if you're after drag-drop gui building – John Snow Mar 30 '12 at 07:33
-
@Sam: if you are looking for an Eclipse plugin you should state so in your question! – a_horse_with_no_name Mar 30 '12 at 07:41
4 Answers
5
-
-
@Sam: I have modified my answer. I have always used the Netbeans IDE and I have never had any issues with it. I'd recommend Netbeans but I have never used anything else really.. – npinti Mar 30 '12 at 07:41
-
If you are used to eclipse learning netbeans won't be a problem. They remind alot of eachother – John Snow Mar 30 '12 at 07:42
-
@JimmyGustafsson: I did/do use Eclipse, just not for GUI building. With regards to GUI Netbeans always did the trick for me. – npinti Mar 30 '12 at 07:45
3
WindowBuilder is supposed to be nice https://developers.google.com/java-dev-tools/wbpro/
And since it seems to matter for you: it is an Eclipse plugin
Jens Schauder
- 70,783
- 26
- 162
- 317
2
If you're using Eclipse (Indigo) here's the plugin for WindowBuilder: http://dl.google.com/eclipse/inst/d2wbpro/latest/3.6
Mr. Xymon
- 1,013
- 2
- 11
- 16
2
NetBeans got a graphical Swing builder built in the IDE. However, many workplaces and schools don't let you install software on their computers which may require you to use Eclipse instead. For that you can install Google's open source plugin WindowBuilder which is quite neat and very simple to use.