Write a JavaFX application that displays several radio buttons (each representing a geometric shape) or a drop-down list that contains a list of geometric shapes. Once a geometric shape is selected, a text field will appear so that a user may enter the dimensions of the geometric shape. After entering the dimensions, the area/volume of the shape will be calculated and the result with two decimal places will be displayed. An option for the user to continue or exit the program will be provided.
Project
JAVA
Spring 2019
Turn in a hard copy of your project including:
a. All files (code conventions)
b. Results
c. The diagram