Question: 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
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 Programming Style use at least two line comments and two block comments use proper indentation and spacing use either End-of-line or Next-line style Basic Code Requirements create a JavaFX project called MyInitials that has three folders o a folder that contains the class that has the start and main methods o a content folder that contains two classes that extends Stage o an images folder that contains one image the project, when run, should display three windows(stages) o all three windows should appear beside each other not on top of each other the class with start method should only contain o calls to the other two stages o an image of your choice
Page 2 of 2 the two other windows (stages) should o contain one of your initials o be located in a folder called content each initial o to be displayed in its own window (stage) should be in a class that extends Stage o to be created using objects found in the Shapes package o use Rectangles, Ellipses, Circles and Arcs as appropriate do not use lines o must use at least three different shapes must use different fill colors, strokes and stroke colors for each initial use a Text object to display your full name and student number along the bottom of each window (Stage) o use a Text object for your name each Stage should have a title the first lines of each class (stage) should contain /** Your Name Your Student Number Assignment 1 Date */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
