D Graphics and Animation

KEY TOPICS

First off, you can create three types of graphical games in Java: an applet game, a windowed game, and a full-screen game.

For these reasons, full-screen games are the focus of this tutorial. In this chapter, we cover full-screen graphics, animation, and sprites. Because we haven't talked about keyboard or mouse input yet (that's in the next chapter, ""), in this chapter you create short graphical demos.