Skip to content

Commit 869b0e3

Browse files
Update Readme.md
1 parent 97233c7 commit 869b0e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Readme.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This Modern Login System is a Java Swing-based graphical user interface (GUI) ap
55
## How it Works
66
The ModernLoginSystem consists of several Java classes:
77

8+
https://github.com/JeninSutradhar/UILoginSystemJavaSwing/assets/111521642/468a5359-acd9-4741-9544-5d75ca24ae7a
9+
810
- **Main.java:** The main class to start the application. It initializes the login page.
911
- **IDandPasswords.java:** Stores predefined usernames and passwords in a HashMap.
1012
- **LoginPage.java:** Creates the login page with text fields for username and password, along with login and reset buttons. It validates user input and displays appropriate messages.
@@ -27,6 +29,6 @@ public IDandPasswords() {
2729
- **Reset Functionality:** Users can reset the input fields with the click of a button for convenience.
2830
- **Welcome Message:** Upon successful login, users are greeted with a welcome message and provided with a clickable link to navigate to a custom domain.
2931

30-
## Usage
31-
[Insert video sample of the working application here]
32+
33+
3234

0 commit comments

Comments
 (0)