rholop/Pet-Health
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
------------------------------------------------------------------------ Pet Health tracking desktop application. Runs on Mac OS. Tested on Big Sur OS. Not currently functioning on Windows during testing. ------------------------------------------------------------------------ PROJECT TITLE: Pet Health PURPOSE OF PROJECT: Final Project for Object Oriented Design VERSION or DATE: 11.25.2020 HOW TO START THIS PROJECT: Run main in FrontEnd.java. AUTHORS: Rowan Holop, Melanie McCord USER INSTRUCTIONS: 1. Place all *.java files and folders in a directory together. 2. Compile all files. 3. Run main from FrontEnd.java This Directory contains: - icons - directory containing jpgs for each pet - PetHealth.jar - jar file for running this software - Presentation.pptx - final presentation document - README.TXT - this file - SampleIO.mov - sample screen recording of software. - SourceCode: - BackEnd.java - Backend implementation for this project. - Bird.java - Pet class - Cat.java - Pet class - CompoundIcon.java - source: http://www.camick.com/java/source/CompoundIcon.java - Dog.java - Pet class - Ferret.java - Pet class - Fish.java - Pet class - FrontEnd.java - Frontend implementation for this project. - Functions.java - Class which contains static methods for this project. - Health.java - Health object - icons - directory containing jpgs for each pet - Other.java - Pet class - package.bluej - BlueJ implementation for running within BlueJ - Pet.java - Abstract pet class - Rabbit.java - Pet class - Reptile.java - Pet class - TextIcon.java - source: http://www.camick.com/java/source/TextIcon.java