Java javafx.application Application fields, constructors, methods, implement or subclass

Example usage for Java javafx.application Application fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.application Application.

The text is from its open source code.

Subclass

javafx.application.Application has subclasses.
Click this link to see all its subclasses.

Field

StringSTYLESHEET_MODENA
Constant for user agent stylesheet for the "Modena" theme.

Constructor

Application()
Constructs a new Application instance.

Method

HostServicesgetHostServices()
Gets the HostServices provider for this application.
voidlaunch(String... args)
Launch a standalone application.
voidlaunch(Class appClass, String... args)
Launch a standalone application.
voidsetUserAgentStylesheet(String url)
Set the user agent stylesheet used by the whole application.
voidstart(Stage primaryStage)
The main entry point for all JavaFX applications.