Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please respond asap. use Java code WANA 4. Write a program called UserLoginApp, user interface as shown below, - the size is 250*180, username and
please respond asap. use Java code
WANA 4. Write a program called UserLoginApp, user interface as shown below, - the size is 250*180, username and password is stored within the file user.txt, with contents (format: username password): Zhangsan 123456 Lisi 654321 Wangwu 123123 - OK button clicked to check the username and password, if the username is not in the list, display "username not exited!"; if the password is not correct, display "password not correct!, Cancel button clicked to remove user input, and set prompt info back to "Plz enter username and password.", - Exit button clicked to exit the program. x Login Username: Password: OK Cancel Exit Plz enter username and passwordStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started