Question: Assignment 2 Due Date: Sunday March 5 To Be Submitted by Sunday March 5 a zipped copy of your Java with Ant NetBeans project o
Assignment 2 Due Date: Sunday March 5 To Be Submitted by Sunday March 5 a zipped copy of your Java with Ant NetBeans project o use File > Export Project > To Zip o be sure to add the zip extension -> yourName_a2.zip o uploaded to Assignment 2 folder in slate failure to follow the above instructions will result in a grade of 0 The Project must be a NetBeans JavaFX project created using Java with Ant as was done in class o any other format will not be marked Remember this is to be an individual effort o do not work with anybody to complete the assignment a mark of zero will be given to group efforts Marks appearance will count for 40% of the marks meeting the basic requirements will count for up to 60% of the marks Programming Style follow the programming style outlined in text Chapter 1.9 Programming Style and Documentation use at least two line comments and two block comments use proper indentation and spacing use either End-of-line or Next-line style Each Class the first lines of each class should contain /** Your Name Your Student Number Assignment 2 Date */ Page 2 of 2 The Program will contain at least four textfields, four labels and two folders o one folder contains a public class file with the main method and start method o 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 o all textfields are cleared of all text o 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 o should be one shape for each record once five records have been saved o the add button should be disabled (cannot be clicked anymore) o the display button should be enabled the user can click the display button o another stage appears displaying all the records stored in the array o the display button is disabled o the add button is enabled o the five shapes are cleared o 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 o the record with the ID of 103 will be added to the array o there will be three red circles o the textfields will be cleared o the ID textfield will have focus
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
