Archive for July, 2009


Game In Progress

Friday, July 24th, 2009

Ball Controller Game In Java

Monday, July 20th, 2009

In this quick example I have written down some notes on how to draw and control a ball in a window using Java. You are going to control this ball by using your arrow keys.

(more…)

Go Fullscreen With Java

Monday, July 13th, 2009

A Quick note on how to make your Java application go full screen, this is pretty good if you are going to make a game. I’m going to write a simple code that will let you write some text on to the screen. When you press the ESC key the program will exit.

(more…)