Skip to content

shixingli/BankGUI

Repository files navigation

BankGUI

A bank GUI with functionality allowing customers to withdraw and deposit accounts as well as for manager to oversee these accounts:

Client Code: HashMap<String, Customer> map = new HashMap<String, Customer>(); Bank mybank = new Bank(map); mybank.open();

Default Manager: uid: Louis pwd: 1234

About

A bank GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages