You could start with the LWJGL Basics tutorial series found here. The current 4 parts should get you to Pong level in a simple and concise manner.
Thereafter I recommend you jump to Slick2D, its the best 2d java games library at the moment and is probably the most well documented (see its wiki) not to forget its really helpful community.
Going down the Swing/Java2D/AWT road eventually leads to a dead end as those libraries just aren’t designed for games.