Skip to content
michelleoke edited this page Jul 31, 2020 · 2 revisions

Welcome to the CovidPatientUI wiki!

I tried to make a UI where a COVID patient or someone who was getting tested for the virus could come and put in their information and they could save that data.

COMPILING THE CODE; It is a straight forward process. Simply download and and compile it in command prompt or terminal like you'd do any other java code. If you're using a MacOs, I'm assuming it'd look something like this xxxxxxs-MacBook-Air:~ xxxxxx$ cd downloads/CovidPatientUI-master/Assignment5SEG/src xxxxxxs-MacBook-Air:src xxxxxx$ javac *.java xxxxxxs-MacBook-Air:src xxxxxx$ java PatientUIPane // This would run the code and open up a UI.

Everything else is explained in the video.

Clone this wiki locally