I'm looking for an IDE similar to C#.net on Windows. Specifically, I want it to:
1) Make placement and sizing of widgets easy and intuitive using a GUI designer.
2) Automatically create callback stubs.
My main gripe about Java was that it didn't do those things. Placement an sizing of widgets was cumbersome, non-intuitive, and had to be done with code. (Puke!!!) But that was a while ago...maybe by now there are better IDE's.
I've tried the Mono C# IDE and it (puke again) was just like the Java IDE that I'd used and hated, so I guess my gripe was really with the IDE and not Java itself. ???
So....to save me the trouble of trying out multiple IDE's across multiple languages, does anyone know of one that does what I want it to do?