An open API service indexing awesome lists of open source software.

https://github.com/praj-foss/modular-jfx-template

A starting template for creating stand-alone JavaFX 9 apps
https://github.com/praj-foss/modular-jfx-template

Last synced: 2 months ago
JSON representation

A starting template for creating stand-alone JavaFX 9 apps

Awesome Lists containing this project

README

        

## modular-jfx-template
#### A starting template for creating stand-alone JavaFX 9 apps, using modularity of Java 9

## Distributing stand-alone packages
- Make sure you have JDK 1.9 (or higher) installed.
- In the root folder of project, use the following command:

In Linux or Mac
```
./gradlew dist
```
In Windows
```
gradlew dist
```
- The generated files can be found inside: **build/dist/**
- Archive those files and ship them anywhere

## License
[WTFPL License](LICENSE): You're free to do absolutely anything

## Thank you!