BlueJ Big Java lab manual example project "bankwithdriver"

This is a simple BlueJ demo project used in the BlueJ Big Java Lab Manual. 

You can use this project as follows:

- invoke the main method of the compiled BankAccountDriver class by right-clicking 
on the class representation and selecting the main method.
 - create a Person object
 - create a BankAccount object
 - use "setOwner" in BankAccount to add the owner you have created previously
   from the object bench to the BankAccount
 - make deposits and withdrawals on the account   
 - use the "getBalance" from the BankAccount object to check the update balance.


