TUTORIAL NO 1
Your First JAVA Game
In this tutorial you will learn:
1. Event handling
2. JAVA awt basics
3. JAVA swing basics
4. Intefaces
This program will guide you how to make your own very basic JAVA game. We are going to call this game CLICK ME IF YOU CAN.

In this tutorial we will be working in JAVA SWING. The first thing that we are going to do is setting up a JFrame and adding the required panels and Components.