Package com.mg105.user_interface
Class AlertBox
java.lang.Object
com.mg105.user_interface.AlertBox
AlertBox is a component that creates a new window and display a users a message.
This message is usually related to if an action the user performed was successful or not.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AlertBox
public AlertBox()
-
-
Method Details
-
display
Displays a modal that must be resolved before switches to a different window- Parameters:
msg
- the message to display`
-