Commit17-11

This commit is contained in:
2021-11-17 08:57:56 +01:00
parent 2ee1913d11
commit 8a0f115c71
25 changed files with 114 additions and 1 deletions

View File

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