Program for banking transactions (Withdrawal, Money Transfer, Deposition).
• The Project is implemented using OOP Concepts to handle these transactions.
• It has some other features like Changing account password and see your current balance.
• Its GUI is implemented using Java Swing library.
• It's supported by a database
Note: In case you want to use the database so you have to upload database file (accounts.SQL) to localhost for connecting before running the program