Class InnerPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
BoardPanel, LogPanel, PiecesPanel, ScorePanel, SettingsPanel, TimePanel

public abstract class InnerPanel extends JPanel
This class is a GUI component of the Game. It is an abstract panel (JPanel) which is able to listen a Game and be notified when a human player interact to select a Piece within the HMIStrategy,
Author:
Belegkarnil
See Also:
  • Constructor Details

    • InnerPanel

      public InnerPanel()