This Java project represents an ATM Interface developed for a university seminar. It includes the following key components:
- Main method for running the application (
ATMInterface.java
). - Login page implemented as a window.
- Transaction functionalities.
- User and Passwords system.
- Java Development Kit (JDK) installed on your machine.
-
Clone the repository:
git clone https://github.com/bledibuduri/ATM-Interface-.git
-
Navigate to the project directory:
cd ATM-Interface-
-
Compile and run the project:
javac ATMInterface.java java ATMInterface
-
Follow the on-screen instructions to interact with the ATM Interface.
- Launch the program by running
ATMInterface.java
. - Enter a valid account number and PIN to log in.
- Choose from the available options to perform transactions.
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please create an issue or submit a pull request.
This project is licensed under the MIT License.
Feel free to explore, modify, and use this project for educational purposes or as a starting point for your Java projects. Happy coding!
This version provides a brief overview of the project with minimal details. Feel free to adjust as needed.