JavaFX literature kiosk/register application
Assignment for ID101912 - Object-oriented programming.
This is a literature kiosk/register JavaFX application. It supports storing information about different types of literature including books, magazines, newspaper and booklet.
The Observer pattern is implemented for event handling.
A Factory design pattern ensures low coupling between the cration of the different litterature.