All Classes
-
All Classes Interface Summary Class Summary Class Description Board Represents the game board for the Domineering game.Button A custom JButton with additional features for setting text, tooltip, icon, enabled state, color, background color, and font.Configuration Configuration class holds static variables and methods used throughout the Domineering game.DomineeringGame The DomineeringGame class represents the main game controller for the Domineering game.DomineeringSearch The DomineeringSearch class implements the GameSearch interface for the Domineering game.Event The Event class implements the ActionListener interface and handles button click events for a user interface associated with the "Domineering" game.Frame A custom JPanel that represents a frame with additional features for setting bounds and background color.GameSearch Interface for defining game search functionality.Label A custom JLabel with additional features for setting text, tooltip, icon, enabled state, color, background color, and font.Main Move Move class represents a move in the Domineering game, consisting of two positions and the player making the move.Position The Position class represents a position on a game board with X and Y coordinates.Sauvgard The Sauvgard class represents a saved state in the game, including background colors, title, formatted date and time, and the identifier of the machine.StringTableFile The StringTableFile class represents a utility class for managing string table data related to the background colors of UI buttons.TextField A custom JTextField with additional features for setting text, tooltip, color, background color, font, and editability.Window A custom JFrame for creating a window with additional features, such as setting the title, icon, size, and layout.