Welcome to the Java Banking Application project! This simple banking application allows users to perform basic banking operations such as checking their balance, depositing funds, and withdrawing funds.
- User authentication with predefined usernames and passwords.
- Checking account balance.
- Depositing funds into the account.
- Withdrawing funds from the account.
- Viewing previous transaction history.
To run this application, you need to have the following installed:
- Java Development Kit (JDK)
- Git (optional, for cloning the repository)
-
Clone the repository (if you haven't already):
git clone https://github.com/your-username/java-banking-application.git
Launch the application, and you will be presented with a login dialog.
Enter one of the predefined usernames and passwords:
- Username: ADMIN, Password: 0000 (for admin access).
- Username: ALIF, Password: 1111.
- Username: AFIF, Password: 2222.
- Username: AYIH, Password: 3333.
- Username: ZAIM, Password: 4444. Once logged in, you can choose from various banking operations, such as checking your balance, depositing funds, withdrawing funds, viewing previous transactions, and exiting the application.
Follow the on-screen instructions for each operation.