Package betterBankingGUImaven
Class Exit_GUI
Object
Exit_GUI
public class Exit_GUI
extends Object
This class defines a new GUI for the software partition,
and implements methods to display an exit window.
- Version:
- 1.0
- Author:
- Tristan Parry
-
Constructor Summary
Constructors Constructor Description Exit_GUI(String exitMessage)
This constructor creates a GUI for the Exit method of the BetterBanking software. -
Method Summary
Modifier and Type Method Description static void
showExitScreen(String exitMessage)
This method runs the GUI for the Exit_GUI class, by instantiating/running a Exit_GUI window object.Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Exit_GUI
public Exit_GUI(String exitMessage)This constructor creates a GUI for the Exit method of the BetterBanking software.- Parameters:
exitMessage
- String that is written to the exit window
-
-
Method Details
-
showExitScreen
public static void showExitScreen(String exitMessage)This method runs the GUI for the Exit_GUI class, by instantiating/running a Exit_GUI window object.- Parameters:
exitMessage
- String that is written to the exit window
-