Question: I need help with this code, I have provided output pictures of what it should look like. JavaFX GUI. Create a program that will draw

I need help with this code, I have provided output pictures of what it should look like. JavaFX GUI.
Create a program that will draw a set of figures similar to that screenshots shown below. The program will
provide a set of menus and a set of radio menu items under each menu so the user can select from the
following:
1. Under the Numbers menu provides the number of figures options using RadioMenuItem controls: 1,10,20, and
30. Set 20 as the default selected value.
2. Under the Shapes menu provides the type of figures options using RadioMenuItem controls: Circle, Oval,
Rectangle, and Square. Set Rectangle as the default selected value
3. Under the Colors menu provides the Color options using RadioMenuItem controls: Red, Green, Blue, and Black.
Set Blue as the default selected value
4. You can decide the size of the figures but make sure that they will be visible even if the user selected 30 as the
number of figures.
5. You are required to create your app similar to the app in the screenshots below.
6. Set the dimension of the scene to width: 540 and height: 450.
7. Set app title to Select a number, shape, and color.
8. I will use the HD screen resolution (1920x1080) to test your app so please make sure that the shapes of any
control wont get cut off.
9. Verify the correctness of your app.
I need help with this code, I have provided

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!