Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can someone help me with this JAVA program? I have no idea how to start it and I am very confused. Write a GUI program

Can someone help me with this JAVA program? I have no idea how to start it and I am very confused.

Write a GUI program to calculate the strength of a password and display it as a percentage from 0 to 100 using a JProgressBar.

Guidelines for password strength:

one or more lowercase letters - 20%

one or more uppercase letters - 20%

one or more digits - 20%

at least one of the special characters ",.;:!@#$%*" - 20%

more than 8 characters - 20%

Enter the password characters in a JTextField.

Calculate the password strength when a JButton is clicked, and display the result in the JProgressBar.

The GUI should look like the attached screen shot. The BoxLayout manager is probably the easiest to use for this layout, but use the layout manager of your choice.

image text in transcribed

O O Password Strength Abcd 1234 Strength Calculate

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Mining Concepts And Techniques

Authors: Jiawei Han, Micheline Kamber, Jian Pei

3rd Edition

0123814790, 9780123814791

More Books

Students also viewed these Databases questions

Question

2. (1 point) Given AABC, tan A b b

Answered: 1 week ago