Class GUIChessDisplay

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Observer, EventVisitor, Accessible, RootPaneContainer, WindowConstants

public class GUIChessDisplay extends JFrame implements Observer, EventVisitor
Class representing the main window of the chess game. This class is responsible for displaying the chessboard, pieces, and handling user interactions.
See Also: