A basic ATM interface built using Java Swing.
This was my first project while learning Java.
Static password: 2005
Login screen with password verification
Deposit, Withdraw, and Balance check options
Simple GUI using Swing components: JFrame, JLabel, JButton, JTextField, JPasswordField, JCheckBox
Toggle password visibility
Getting Started
To run the project, use the following commands in Command Prompt (CMD) or any terminal:
javac ATM2.java
java ATM2
These commands:
Compile the Java file (javac ATM2.java)
Run the program (java ATM2)
Enter your name, use the password 2005, and explore the basic ATM functions.