Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I want to complete this exercise with the NetBeans JavaFX project created using Java with Ant. Some Instructions: use at least two line comments and

I want to complete this exercise with the NetBeans JavaFX project created using Java with Ant.

Some Instructions:

use at least two line comments and two block comments use proper indentation and spacing use either End-of-line or Next-line style the first lines of each class should contain

/** Your Name Your

Student Number

Date */

The program building guidlines are below,

The Program

will contain at least four textfields, four labels and two folders

one folder contains a public class file with the main method and start method

one folder contains a public class that is a Stage class displaying the records

the user will be able to type in an ID, name, address, city the user then clicks a button to save the information in a String array

all textfields are cleared of all text

the ID textfield should have focus

for each record saved, a shape, such as a red circle, should appear along the bottom of the stage

should be one shape for each record

once five records have been saved

the add button should be disabled (cannot be clicked anymore)

the display button should be enabled

the user can click the display button

another stage appears displaying all the records stored in the array

the display button is disabled

the add button is enabled

the five shapes are cleared

the ID textfield has focus

the user can then repeat the process to display the next five records in the display stage in the example below, two records have already been added, once the add button is clicked

the record with the ID of 103 will be added to the array

there will be three red circles

the textfields will be cleared

the ID textfield will have focus

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

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions

Question

6 Cite five ways to develop coherent paragraphs

Answered: 1 week ago

Question

8. What are the steps in the process for organizing messages?

Answered: 1 week ago