3 import javafx.application.Application;
4 import javafx.stage.Stage;
6 import org.springframework.context.ApplicationContext;
7 import org.springframework.context.annotation.AnnotationConfigApplicationContext;
14 private final ApplicationContext context;
20 context =
new AnnotationConfigApplicationContext(
26 this.context = context;
36 public void start(Stage stage)
throws Exception {
55 launch(this.getClass(), commandLineArguments);
JavaFXGraphicalUserInterfaceLauncher()
void setPrimaryStage(Stage primaryStage)
void launchWithDefaultStage(String[] commandLineArguments)