I am basically a dotnet developer. I use visual studio.net IDE to develop application.
Now i need to create a small desktop application in java which will a form (a bit complicated to type all the code, as there are many controls i need to add). I can make the same application in no time in Visual studio, using it's toolbox with out writing much code by myself (except at event handlers).
Is there any similar IDE in java.
I am planning to use swing.