Uses of Class
betterBankingGUImaven.Account
-
Uses of Account in betterBankingGUImaven
Methods in betterBankingGUImaven with parameters of type Account Modifier and Type Method Description static void
ManipulateAccount_GUI. manipulateAccount(Client clientArg, Account accountArg)
This method runs the GUI for the ManipulateAccount_GUI class, by instantiating/running a ManipulateAccount_GUI window object.Constructors in betterBankingGUImaven with parameters of type Account Constructor Description ManipulateAccount_GUI(Client clientArg, Account accountArg)
This constructor creates a GUI for the ManipulateAccount method of the BetterBanking software.