Uses of Class
CarGameController

Uses of CarGameController in <Unnamed>
 

Methods in <Unnamed> that return CarGameController
 CarGameController CarGameGUI.getGameController()
          Returns a reference to the CarGameController that controls the game which this GUI is displaying.
 

Constructors in <Unnamed> with parameters of type CarGameController
CarGameGUI(java.lang.String title, CarGameController r)
          Creates a window for displaying the car game.