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

darrylburke
sylhouette, please don't multipost and don't use the browser's back button to edit your posts, as that creates multiple posts.

I've removed the thread you started just after this one with the same question.

db
843810
ok, sorry. i'll keep that in mind
1 - 2
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
735 views