You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Bank Application is a basic Java banking system that lets users manage bank accounts through a console interface. It includes key features like creating and deleting accounts, checking balances, making deposits and withdrawals, and transferring money. The app connects to a MySQL database to save account information.
Hello, this is my very first project for a banking system, which I am creating using Java Swing in NetBeans. Additionally, I am connecting it to an SQLite database browser.
A simple Bank APP demo with account registration, account log in, transaction functionalities, changing profile picture and color change of middle circle based on the available balance.