- Added BankAcctAppGUI as a GUI frontend to replace CLI - Enhanced DataEntry to use Regex patterns for input validation
- Added: - AccountInterface - CheckingAccount - SavingsAccount - Converted Account to abstract class - All instance variables are validated via exception handling