/my-application

Primary LanguageJavaApache License 2.0Apache-2.0

My Application

This Gluon sample was generated from https://start.gluon.io

Basic Requirements

A list of the basic requirements can be found online in the Gluon documentation.

Quick instructions

Run the sample on JVM/HotSpot:

mvn gluonfx:run

Run the sample as a native image:

mvn gluonfx:build gluonfx:nativerun

Run the sample as a native android image:

mvn -Pandroid gluonfx:build gluonfx:package gluonfx:install gluonfx:nativerun

Run the sample as a native iOS image:

mvn -Pios gluonfx:build gluonfx:package gluonfx:install gluonfx:nativerun

Selected features

This is a list of all the features that were selected when creating the sample:

JavaFX 18 Modules

  • javafx-base
  • javafx-graphics
  • javafx-controls
  • javafx-fxml

Gluon Features

  • Glisten: build platform independent user interfaces
  • Attach display
  • Attach lifecycle
  • Attach statusbar
  • Attach storage