Class PopupManager
java.lang.Object
edu.ntnu.stud.chaosgame.controller.utility.PopupManager
This class handles error popups across the ChaosGame application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
displayError
(String header, String content) Display a basic error.
-
Constructor Details
-
PopupManager
public PopupManager()
-
-
Method Details
-
displayError
Display a basic error.- Parameters:
header
- the header of the popup message.content
- the content of the popup message.
-