Eclipse
I have a new favorite development environment: Eclipse. It really is a unique approach to creating Java applications. What I like the most is the SWT, which is an alternative to Swing. It runs so much faster than Swing, mostly because of the unique way that it handles rendering the UI components. It could use a little more documentation, but otherwise, Eclipse has definitely gained favor from me.