See Canvas assignment pages for details of the assignment.
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
https://www.eclipse.org/oxygen/
- Launch Eclipse (Oxygen or later)
- Help -> Install New Software
- Search for e(fx)clipse
- Select All items
- Click Install
- Accept certificate
- Restart Eclipse
- Launch Eclipse
- File -> New -> Other -> JavaFX -> JavaFX Project
- Enter name
- Leave source files in package application
Students may clone this repository and do the following from a local terminal window to get files in correct place for Eclipse JavaFX project. Note: execute commands on the left and not the comments as shown on the right.
cd ~/cs400-workspace/p5 # cd to your local project directory
git clone https://github.com/cs400-deppeler/FoodQuery # git clone to get files from this site
mv FoodQuery/.git . # move .git file into current directory
mv FoodQuery/.gitignore . # moves .gitignore file into current directory
mv FoodQuery/* . # moves all source and data files into current directory
rmdir FoodQuery # remove the FoodQuery sub-directory
https://pages.cs.wisc.edu/~deppeler/cs400/assignments/p5/files/
https://pages.cs.wisc.edu/~deppeler/cs400/assignments/p5/files/grading-rubric-tentative.pdf