Comp 152 Project 4:
Inheritance, interfaces and enumerations
Due: Sun
Nov 14th at 11:59pm
Wed Nov 17th (project 5 will be given out
that same day for Mon/Wed Class)
Summary:
In this project we are going to use a JavaFX window to display part of our
earlier projects. Because of the weather cancellations slowing us down a
bit, we'll scale this one back a little
Here
is a tutorial for javaFX list view that might help some of you.
Details:
Create a window using JavaFX, which will display the Stock ArrayList from
project3. Display all of the items in a list, or dropdown menu or something.
When one of the items is selected, put each of fields (price, type and
name) into editable controls. Have a save button which will save any changes
made to the merchandise item object (this might require changes to the
merchandiseItem class) Finally have a new button which will allow the user
to create a new merchanidiseItem object and add it to the stock list.
Additional Requirements:
- be sure to include your name in the project
name somewhere.
- Comment your code well enough that I know you know what you wrote.
Submission:
submit by sharing your project with me on github like last time.