Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JavaFX Application is not AlwaysOnTop of all Win-Windows

HärrySep 12 2016 — edited Sep 12 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2016
Added on Sep 12 2016
2 comments
736 views