spring-javafx-examples icon indicating copy to clipboard operation
spring-javafx-examples copied to clipboard

Multiple window problems

Open z357904947 opened this issue 5 years ago • 1 comments

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

z357904947 avatar May 03 '19 12:05 z357904947

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?

XHXJ avatar Sep 27 '19 04:09 XHXJ