Package de.htwdd.rosenkoenig.gui.genuts

This package contains a GUI implementation based on the Java gui framework Genuts.

See:
          Description

Interface Summary
Clickable All GUI elements that want to handle mouse events have to implement this interface.
 

Class Summary
Counter This class holds the GUI representation of a counter.
DrawDeck This class represents the draw deck.
GenutsGUI This implementation of GUI provides Rosenkoenig with a graphical user interface based on the Genuts library.
GUICard This class represents a card belonging to a player's card deck.
Knights This class represents the set of knights of one player.
Name This class holds the GUI representation of a String.
OkButton Represents the button that ends a player's turn.
Stone This class represents a stone.
 

Package de.htwdd.rosenkoenig.gui.genuts Description

This package contains a GUI implementation based on the Java gui framework Genuts.

See www.genuts.com for more details