How to set a SubWindow in JavaFX always on top (even if a game is in fullscreen mode)?

时间:2017-08-05 12:08:47

标签: javafx

I created a small application and I need a sub-window that is ALWAYS on top :D

anotherstage.setAlwaysOnTop(true) works fine, but if I start a game in fullscreen-mode my sub-window will hide. How can I prevent that?

0 个答案:

没有答案