Question: Uverview In this lab, you'll develop a Java program with a user interface, using JavaFX. It is recommended, but not required, that you use IntelliJ

Uverview In this lab, you'll develop a Java program with a user interface, using JavaFX. It is recommended, but not required, that you use IntelliJ for this lab. Instructions You can use any operating system or environment for this laboratory assignment. You will create a new directory called lab04. Use the following steps to complete this lab: 1. Create a registration application, that asks the user for the following information: Username (a string) Password (a string) Full name (a string) E-Mail address (a string) Phone number (a string, format: 000-000-0000) Date of birth (a date) 2. Organize the fields for this registration UI into a series of rows, each row having a label, the control most appropriate for that field 3. Include a button, 'Register', that when clicked will print all four fields' values to the console Note: See figure 1 for an example of the final product. Lab 04 Solution - O x Username: bowlingchamp Password: Full Name: Fred Flintstone E-Mail: fred@slate.com Phone# Phone = Date of Birth: 6/13/1991 Register Figure 1: The running application, showing the registration form Uverview In this lab, you'll develop a Java program with a user interface, using JavaFX. It is recommended, but not required, that you use IntelliJ for this lab. Instructions You can use any operating system or environment for this laboratory assignment. You will create a new directory called lab04. Use the following steps to complete this lab: 1. Create a registration application, that asks the user for the following information: Username (a string) Password (a string) Full name (a string) E-Mail address (a string) Phone number (a string, format: 000-000-0000) Date of birth (a date) 2. Organize the fields for this registration UI into a series of rows, each row having a label, the control most appropriate for that field 3. Include a button, 'Register', that when clicked will print all four fields' values to the console Note: See figure 1 for an example of the final product. Lab 04 Solution - O x Username: bowlingchamp Password: Full Name: Fred Flintstone E-Mail: fred@slate.com Phone# Phone = Date of Birth: 6/13/1991 Register Figure 1: The running application, showing the registration form
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
