This is a simple ATM simulation system built using Java Swing for the GUI. It mimics the basic functionality of an Automated Teller Machine, allowing users to check balance, withdraw, deposit, and transfer funds with a graphical interface.
- GUI-based login screen with account number and PIN
- Check account balance
- Withdraw funds
- Deposit funds
- Transfer funds
- Basic user feedback and error handling
- Java (JDK 24)
- Java Swing (for GUI)
- Eclipse IDE (recommended for editing and running)
src/: Contains all the.javasource filesimages/: Contains image resources (e.g., logos/icons)- GUI windows for login, transaction options, and operations are divided into separate classes
Please follow these steps carefully to import and run the project in Eclipse IDE:
Clone using Git or download the ZIP and extract it:
git clone https://github.com/SwordCodeZ/ATM-Project-GUI-.git