Problem
Your solution must contain three files appropriately named (fxml, the scene loader, and the controller). Make sure your program has good and relevant comments.
1) Implement the Draw program in JAVAFX. Your program must have the following minimum capabilities.
? ColorChooser to choose colors
? A CheckBox to choose if an object should be filled or not
? A Choicebox to choose which objects to draw
? A Button to Undo the last drawn object
? A Button to clear the screen.
At the minimum you must be able to draw: lines, rectangle, Oval, Rounded Rectangles (also filled and not filled). (20 Points)
See Screenshot below for details: