Question: JAVA-Programming Write an app that asks the user to enter a password with a minimum strength level. It has a text filed and a label.
JAVA-Programming
Write an app that asks the user to enter a password with a minimum strength level. It has a text filed and a label. AS the user enters his or her password, the label displays VALID or INVALID.
For this app, we define a valid password as string of eight characters or more with at least one uppercase letter, one lowercase letter, and one digit.
The text field and the label should have their own separate styles, each with a minimum of four attributes. The two components should be centered vertically.
Than label displaying VALID or INVALID should be updated as the user types.
Include a Model
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
