Hy There,
i got a primaryStage where i set the following things for AlwaysOnTop Stuff:
primaryStage.toFront();
primaryStage.setAlwaysOnTop(true);
I come up with a LoginDialog which is Windows.Modal
When i open up a Windows Explorer, it slides between the LoginDialog (which is on Top)
and my primaryStage Window (which should be alwaysOnTop)
How can i prevent other win Apps to slide between or in Front of my Application window ?
Thanks and best regards,
Harry