please how do i create a login page using gui in java?And also how do i make the login page move to the next java page when the password is correct?
Shail011184 0 Newbie Poster
Recommended Answers
Jump to PostCreate a JFrame with textfields for username and password. Check the API there is a class for passwords (JPasswordField I think)
Use the getText methods to get the inputs, For the JPasswordField read the API.Then have a method that takes as arguments the username and password and returns …
All 3 Replies
musthafa.aj 6 Posting Whiz
Shail011184 0 Newbie Poster
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.