Java FX tab
The settings depend on the artifact type (JavaFx Application or JavaFx Preloader).
JavaFx Application settings
Item | Description |
---|---|
Application class | The qualified application main class name. Normally, this is the class that extends the |
Title | The application title. This is the information for the |
Vendor | The name of the application vendor. This information is for the |
Description | A brief description of the application. This information is for the |
Width | The width of the application window in pixels. This parameter is used mainly by the applications embedded in a Web page. |
Height | The height of the application window in pixels. This parameter is used mainly by the applications embedded in a Web page. |
HTML Parameters | You may want to pass dynamic parameters to the application that runs in the Web Start or embedded in browser modes from the corresponding HTML page. In that case, you should create a .properties file and specify the necessary set of named parameters in that file. Then you should specify the path to the .properties file in this field. |
Application Parameters | You may want to pass named and unnamed parameters to the application. In that case, you should create a .properties file and specify the necessary parameters in that file. Then you should specify the path to the .properties file in this field. (The specified parameters will be included in the generated deployment descriptor JNLP file.) Example: If the .properties file contains
the following elements will be generated within
|
Update in background | Use this checkbox to set the If selected, If not selected, |
Native bundle | The native bundles to be generated. (A native bundle is an operating system-specific self-contained application package. Such a bundle contains an application itself as well as a JRE, JavaFX runtime and a platform-specific application launcher.) Select:
|
Convert css to bin | Select this checkbox if you want your application CSS file to be converted into the binary format. (This may improve the application performance, especially for "large" CSS files.) |
Enable signing | Select this checkbox if you want the application package to be digitally signed. IntelliJ IDEA can generate a key and the corresponding self-signed certificate, or an existing key may be used to sign the package. To select which way of signing should be used, click Edit Certificates. Then, in the Choose Certificate dialog that opens, select:
|
JavaFx Preloader settings
Item | Description |
---|---|
Preloader class | The qualified application preloader class name. |