created Class Notifier

This commit is contained in:
schrom01
2022-11-24 23:45:33 +01:00
parent b2c0886e46
commit a437236788
5 changed files with 63 additions and 18 deletions
+2
View File
@@ -13,4 +13,6 @@ module ch.zhaw.gartenverwaltung {
exports ch.zhaw.gartenverwaltung.types;
exports ch.zhaw.gartenverwaltung.models;
exports ch.zhaw.gartenverwaltung.json;
exports ch.zhaw.gartenverwaltung.notifier;
opens ch.zhaw.gartenverwaltung.notifier to javafx.fxml;
}