Due: Sunday Nov 10th at 11:59pm
Summary:
This will be a fairly simple introduction to JavaFX since this will be our first project with third party libraries and event driven programming. I'm also pushing you hard to review some of the documentation. You'll find the names of the classes I think you need to use below. One of the things you need to do is have a look at the documentation for the methods that you need that I've not covered in class. (We did cover most of them)
Be sure to create a new Gradle project with a name that includes both the
project name and your name.
Then build a JavaFX window with
Your window should look something like the image below:
Your application needs to change the color of the shape to whatever color the user typed into the text field every time the change color button is pushed.