1

launch javafx

This commit is contained in:
2023-05-16 14:58:35 +03:00
parent 0ddd1eb1fd
commit b4ea178435
6 changed files with 186 additions and 0 deletions

15
README.MD Normal file
View File

@@ -0,0 +1,15 @@
# JavaFX Example
![](https://shields.io/badge/Java-17-orange) ![](https://shields.io/badge/JavaFX-20-blue)
## Build
```shell
mvn clean package
```
## Launch
```shell
java -jar ./target/javafx-1.0-SNAPSHOT-jar-with-dependencies.jar
```