Week 5 Lab: Revisiting Code with JavaFX
Overview
This week we are going to revisit one of our previous labs from CSC-1110 and add some more functionality and a GUI front end. You may choose any lab from last term to work on, starting from week 4 and may build your graphical interface however you want, within the guidelines listed below
Requirements
- All the original functionality of the previous lab assignment must be maintained
- You must add at least one new feature to the lab.
- This can be most anything you want, but it must be a distinctly new feature. You may not simply improve your existing code.
- Some examples could be:
- Adding a second player to Battle Simulator 3000!
- Add more information to the Parking Lots, such as remaining spots, longest consecutive closed time, etc.
- Create a recipe book for your recipes
- The GUI must be able to access all features of the original program
Acknowledgement
This laboratory assignment, developed by Professor Sean Jones.
See your professor's instructions for details on submission guidelines and due dates.