@ConsumerType public static interface Fxml.Application extends Fxml, Standalone
Before the Stage is shown, it will be passed into the
Standalone.prepareStage(Stage) method, giving developers the opportunity to
customize the stage, e.g. to initialize a
stage style. By default, prepareStage() does nothing.
Additionally, an Application component can provide a customized
StageService.ExitPolicy by overriding the Standalone.getExitPolicy() method. The
default is StageService.ExitPolicy.SHUTDOWN_ON_STAGE_EXIT.
Fxml.Application, Fxml.Consumer<T>, Fxml.Controller, Fxml.ErrorHandler, Fxml.Resources, Fxml.RootStandalone.ApplicationgetLocationgetExitPolicy, prepareStageCopyright © 2019. All rights reserved.