A Hello World demonstrating JavaFX running on desktop and mobile devices. This simple project is used in the Gluon Getting Started guide at http://docs.gluonhq.com/getting-started/
To execute the sample, do as follows:
- Desktop
Just run it from your IDE or from command line:
./gradlew run
- Android
Connect your Android device and run
./gradlew androidInstall
- iOS
Connect your iOS device and run
./gradlew launchIOSDevice