Kai-Ref / Uni-Project-Java

This was a Course Requirement for a Coding Course Exam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uni-Project-Java

This Java Project was a Course Requirement for a "Java- Programmieren kommerzieller Systeme"-Course Exam.
It builds up a CovidTracker, where guests can put their names, arrival and leaving time, as well as their mobile number into a GUI. This can be repeated for several guests. When a listed person has Covid we can change a Tab in the GUI, where we input the name and mobile number to filter out which other person has been simultaneously present with the infected guest. However, this project is not using underlying data structures, so the application only works, when it's "left open". The Java Source Code lies in the src Folder, while the bin Folder contains the .class files.
The Project is build by using 4 different Java Sources Codes:
  • Main ->contains the main-Method and starts the Project
  • Model ->implements the logic of our program, which is mainly accessed by the Controller
  • View -> depicts the Window for the CovidTracker and displays Errormessages, additionally implements the event handling for the Buttons
  • Controller ->This class implements the necessary Listeners which act upon defined events
The Source Code uses many german variables and the comments are also in German, as this course was held in German.

About

This was a Course Requirement for a Coding Course Exam.


Languages

Language:Java 100.0%