A simple Banking System with a GUI using Java Swing.
You can create accounts, deposit or withdraw money, and view account details.
All data is saved in a text file (accounts.txt) so your info remains between sessions.
accounts.txt. ├── BankingSystemGUI.java // Main GUI file ├── accounts.txt // Stores account data ├── README.md // You're here!
javac BankingSystemGUI.java
java BankingSystemGUI

Sanskriti,101,5000.0
Aarav,102,1200.0
Diya,103,300.0
This project is open-source for learning and development. Feel free to fork and build on top of it! ✨
Sanskriti
💌 Contact me if you want help or want to collaborate!