I am looking for a Java GUI building tool that generates the Java Swing code for me. I'm planning on using it to get all of the Frame/Panel code created quickly and then customize everything by hand after that.
It would be nice to be able to choose between different layout managers, but it's not necessarily required.
The most important part, the tool can't require any .jar files to be placed in my project (this isn't allowed for the project I'm working on.)