Skip to content

Creating a graphical user interface of login and reset password functionality using Java Swing (SwingX)

Notifications You must be signed in to change notification settings

eisBlume0901/Activity_8_November_25_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Problem

Create a login form using username and password. If the username or password is wrong prompt the user with "Username/Password is incorrect". If the credentials are correct, close the login form and open a new form with a display message"Hello user welcome!". In the login form, there should be a repeat password label, if the user clicks on the label another form will open with the textbox old password, new password, and confirm new password. Use ArrayList to store values

About

Creating a graphical user interface of login and reset password functionality using Java Swing (SwingX)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages