Uses of Class
frog.demo.DemoGame

Packages that use DemoGame
frog.demo   
 

Uses of DemoGame in frog.demo
 

Constructors in frog.demo with parameters of type DemoGame
CowSprite(DemoGame game)
          Creates a new CowSprite with a reference to the DemoGame that it is running within.
DemoController(DemoGame game)
          Creates a new DemoController for the instance of DemoGame.
Player(DemoGame game, User user, int index)
          Creates a new Player.
UFOSprite(DemoGame game, int type)
          Constructs a new UFOSprite.