Comp 152 Project 4: Intro to JavaFX

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)


Project:

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:

instructor solution to project 4

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.



Extra requirements for the project

Comment your code.
Include comments at the top of your JavaFX Application class
    your name
    Anything you didn't get done


Submission:

upload to github and make me a collaborator as before.