🏦 Java GUI Banking System

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.


🚀 Features

🔧 Requirements

📁 Project Structure

.
├── BankingSystemGUI.java     // Main GUI file
├── accounts.txt              // Stores account data
├── README.md                 // You're here!

🧠 Concepts Covered

📥 How to Run

  1. Open the project in your IDE or terminal.
  2. Compile:
    javac BankingSystemGUI.java
  3. Run:
    java BankingSystemGUI
  4. Use the interface to:

📸 Preview

![GUI Preview](bankingsystemgui.png)

✨ Sample Data (accounts.txt)


Sanskriti,101,5000.0
Aarav,102,1200.0
Diya,103,300.0
  

🪄 License

This project is open-source for learning and development. Feel free to fork and build on top of it! ✨

🙋‍♀️ Author

Sanskriti
💌 Contact me if you want help or want to collaborate!