This is a simple ATM simulation software developed in Java using JavaFX. The software provides basic ATM functionalities for users to perform common banking operations in a virtual environment.
- Account Balance Inquiry: Check the account balance.
- Cash Withdrawal: Withdraw cash from the account.
- Cash Transfer: Transfer cash from one account to another.
- Deposit: Add funds to the account.
- Change PIN: Update the personal identification number.
- Programming Language: Java
- GUI Framework: JavaFX
- Clone the repository.
- Open the project in your favorite Java IDE.
- Run the main class (
Main) to start the application.
- Use the GUI interface to navigate through available options.
- Simulate different banking operations and observe the application's behavior.
Feel free to explore and modify the code to suit your needs.