add and document wrapper (no maven dependency)

This commit is contained in:
2025-04-29 15:22:31 +01:00
parent 2b18a6bd9f
commit d95555d2af
4 changed files with 402 additions and 3 deletions

View File

@@ -14,10 +14,15 @@
This will automatically fetch dependencies and run the project:
#### Linux:
```shell
mvn javafx:run
./mvnw javafx:run
```
```powershell
./mvnw.cmd javafx:run
```
#### Native Image: