spring-javafx-examples
spring-javafx-examples copied to clipboard
Multiple window problems
When multiple windows are opened, the listen event in the previous window is invalid.
I have the same problem.
launch(OcrApplication.class, MainStageView.class, args);
Main.showView(ListStageView.class, Modality.NONE);
How to get the monitor of the new window after it displays?