Java Farm scheduler Final Project – Learning Outcomes Design and document an object-oriented Java application Connect to and import data from a given database Process and output data according to user input Incorporate GUI interaction with users Members Findlay Brown Parsa Kargari Aly Mohamed Lujaina Edelebshany Breakdown Schedule and Tests are two files in src folder, along with main.java tests folder contains JUNIT tests that asserts different methods Schedule contains 3 folders: animals, builder and tasks Animals contains the different animals passed into the program by SQL Builder contains the GUI implementation and Schedule Builder algorithm Tasks contains the task.java file and treatments