Initial commit

This commit is contained in:
Andreas Omholt Olsen
2025-12-30 20:30:27 +01:00
committed by Andreas Omholt Olsen
commit 33086c14b8
7 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/**
* @author hal
*
*/
open module ovinger {
requires javafx.base;
requires javafx.controls;
requires javafx.fxml;
requires javafx.graphics;
}

View File