http://java.sun.com/j2se/1.5.0/docs/api/
Not really the ropes of game creation. With Java you probably want to look at the swing libraries. But I've found the best place, as far as seeing what code does, is that Java site. Game making, I don't know. I created a backgammon game with Java, but I found the graphical libraries provided to be awkward to that of C++ libraries I had fiddled around with. Although, the difference is the C++ was a graphics library for game creation, and Java's was just a graphics library.
If I were you, I'd start on a small game. Something to give you an idea of how to build your own framework that you know works.
-MillsJROSS
Not really the ropes of game creation. With Java you probably want to look at the swing libraries. But I've found the best place, as far as seeing what code does, is that Java site. Game making, I don't know. I created a backgammon game with Java, but I found the graphical libraries provided to be awkward to that of C++ libraries I had fiddled around with. Although, the difference is the C++ was a graphics library for game creation, and Java's was just a graphics library.
If I were you, I'd start on a small game. Something to give you an idea of how to build your own framework that you know works.
-MillsJROSS