Skip to content

A beginner-friendly ATM GUI application built using Java Swing, featuring a static login system and basic banking operations.

Notifications You must be signed in to change notification settings

MonishDoss/Java-swing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Java-Swing ATM GUI

A basic ATM interface built using Java Swing.

This was my first project while learning Java.

Login Info

Static password: 2005

Features

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.

About

A beginner-friendly ATM GUI application built using Java Swing, featuring a static login system and basic banking operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages