Class PopupManager

java.lang.Object
edu.ntnu.stud.chaosgame.controller.utility.PopupManager

public class PopupManager extends Object
This class handles error popups across the ChaosGame application.
  • Constructor Details

    • PopupManager

      public PopupManager()
  • Method Details

    • displayError

      public static void displayError(String header, String content)
      Display a basic error.
      Parameters:
      header - the header of the popup message.
      content - the content of the popup message.