Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Objective: Create a GUI program to generate random passwords that utilizes various JavaFX components and demonstrates multithreading. Grade Table: Task Programming Guidelines are followed and

Objective:

Create a GUI program to generate random passwords that utilizes various JavaFX components and demonstrates multithreading.

Grade Table:

Task

Programming Guidelines are followed and jar file is executable Points10

Documentation report is created with screenshots 15

TextField allows selection of the password 20

CheckBoxes control the complexity of the password 20

RadioButtons control the length of the password 20

Button triggers generation of random password 20

Password generation runs in its own thread via a JavaFX task 20

Total Points Possible 125

Instructions:

The goal of this project is to create a GUI program that generates random passwords for the user. The program should consist of the following JavaFX components:

1 Button to create a password

3 RadioButtons to allow the user to select only one size for the password in characters

(8, 16, 32). By default 8 should be selected

3 CheckBoxes to allow the user to select a level of complexity for the password ("Use Caps", "Use Special Characters", "Use Numbers"). By default the password would consist only of lowercase letters

1 TextField to display the created password

The look of the application is up to you. You goal should be along the lines of functional and ergonomic.

When the create password button is clicked by the user the program should generate a password of random characters with a length equal to the value chosen by the radio buttons. The password should consist only of lower case characters (a-z) unless the user has checked any of the various checkboxes to make the password more complex by including capital letters, numbers, or special characters: $!@#$%&

The code to generate the password should run as a JavaFX Task in its own thread.

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

Database Processing Fundamentals Design

Authors: Marion Donnie Dutton Don F. Seaman

14th Edition Globel Edition

1292107634, 978-1292107639

More Books

Students also viewed these Databases questions

Question

Explain how SIHRM is linked to different global business strategies

Answered: 1 week ago

Question

=+j on to staff their operations in the global marketplace.

Answered: 1 week ago