Erste Klasse Datenbankeinbindung

This commit is contained in:
2021-12-20 12:34:52 +01:00
parent 9c028dd79e
commit 5e57dfa022
2 changed files with 21 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ module com.example.happy_bird {
requires javafx.controls;
requires javafx.fxml;
requires java.desktop;
requires java.sql;
opens com.example.happy_bird to javafx.fxml;