Description: This Java-based ATM simulation project is designed to provide a simple banking interface where users can log in, check their balance, deposit and withdraw funds, and update account details.
Features:
-Login System: User authentication with account number and PIN. -Balance Check: Display current balance. -Deposit and Withdrawal: Secure transactions for managing funds. -Update Profile: Allows users to change their name and surname. -GUI Interface: Simple and intuitive user interface using JFrame and JButton. -Technologies Used:
Java Swing for GUI -ArrayList for dynamic account data management -Feel free to clone and modify the project! Feedback and contributions are welcome.