Uses of Interface
de.tabacha.cgo.BackgroundGame

Packages that use BackgroundGame
de.tabacha.cgo The base classes for ConwayGo.  
de.tabacha.cgo.gui The classes for the graphical user interface.  
 

Uses of BackgroundGame in de.tabacha.cgo
 

Classes in de.tabacha.cgo that implement BackgroundGame
 class DefaultGame
          Represents one game of conwaygo: two players and a board.
 

Uses of BackgroundGame in de.tabacha.cgo.gui
 

Methods in de.tabacha.cgo.gui that return BackgroundGame
 BackgroundGame CgoRootPane.getGame()
          Returns the model of this delegate.