Causes the JavaFX application to terminate.
Gets the value of the implicitExit attribute.
Sets the implicitExit attribute to the specified value.
Returns true if the calling thread is the JavaFX Application Thread.
Queries whether a specific conditional feature is supported by the platform.
Run the specified code block on the JavaFX Application Thread at some unspecified time in the future.
Run the specified code block on the JavaFX Application Thread at some unspecified time in the future. Returns immediately.
Run the specified Runnable on the JavaFX Application Thread at some unspecified time in the future.
Run the specified Runnable on the JavaFX Application Thread at some unspecified time in the future. Returns immediately.
Application platform support, wrapper for javafx.application.Platform.