Package de.tabacha.cgo.gui

The classes for the graphical user interface.

See:
          Description

Class Summary
BoardComponent A swing component for displaying a (conway)go board.
CgoRootPane Root pane for conwaygo with menu bar, board, etc.
ConwayGo Class with main method for starting ConwayGo GUI.
ConwayGoApplet Applet for playing ConwayGo.
HumanPlayer The strategy is: The user makes the move.
I18n Helper class to retrieve localized information for GUI.
LocalizedResourcePanel A panel that shows a localized help text.
MapPanel A graphical element that shows a Map.
 

Package de.tabacha.cgo.gui Description

The classes for the graphical user interface.

Java Swing is used.