Package betterBankingGUImaven
Class ClientOptions_GUI
Object
ClientOptions_GUI
- All Implemented Interfaces:
ActionListener,EventListener
public class ClientOptions_GUI
extends Object
implements ActionListener
This class defines a new GUI for the software partition,
and implements methods to execute Client options.
- Version:
- 1.0
- Author:
- Tristan Parry
-
Constructor Summary
Constructors Constructor Description ClientOptions_GUI(Client clientArg)This constructor creates a GUI for the ClientOptions method of the BetterBanking software. -
Method Summary
Modifier and Type Method Description voidactionPerformed(ActionEvent ae)This method requests user input for the manipulation of a BetterBanking Client, allowing the user to create or access a BetterBanking Account.static voidclientOptions(Client clientArg)This method runs the GUI for the ClientOptions_GUI class, by instantiating/running a ClientOptions_GUI window object.Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ClientOptions_GUI
This constructor creates a GUI for the ClientOptions method of the BetterBanking software.- Parameters:
clientArg- Client object used to access the corresponding BetterBanking Client account
-
-
Method Details
-
actionPerformed
public void actionPerformed(ActionEvent ae)This method requests user input for the manipulation of a BetterBanking Client, allowing the user to create or access a BetterBanking Account.- Specified by:
actionPerformedin interfaceActionListener
-
clientOptions
This method runs the GUI for the ClientOptions_GUI class, by instantiating/running a ClientOptions_GUI window object.- Parameters:
clientArg- Client object used to access the corresponding BetterBanking Client account
-