roskenet / spring-javafx-examples

Example apps for springboot-javafx-support. See
https://www.felixroske.de/page/programmierung/index.html
159 stars 66 forks source link

Multiple window problems #12

Open z357904947 opened 5 years ago

z357904947 commented 5 years ago

When multiple windows are opened, the listen event in the previous window is invalid.

XHXJ commented 4 years ago

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?