Obviously the Java API reference, but what else is there that you all use?
I\'ve been doing web development my entire career. Lately I\'ve been messing around a l
I recommend you to play around with netbeans. It will allow you to build complete GUIs using only your mouse. Once you get familiar with Swing components, start using the Java API. Thats how I started.