Class ConflictCountPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ConflictCountPanel extends JPanel
Panel that shows the current conflict number and the total number of conflicts.
See Also:
  • Constructor Details

    • ConflictCountPanel

      public ConflictCountPanel()
      Constructor
  • Method Details

    • updateCount

      public void updateCount(int currentCount, int totalCount)
      Update the counts, e.g., Conflict # 1 of 3.
      Parameters:
      currentCount - current
      totalCount - total