StageStyle.UTILITY doesn't always work with stage.setAlwaysOnTop(true)
Александр Свиридов
ooo_saturn7 at mail.ru
Tue May 26 05:37:15 UTC 2015
I have application which consits only of one stage:
stage.initStyle(StageStyle.UTILITY);
stage.setAlwaysOnTop(true);
And I use oracle java 1.8.60
And I start my application 5 times. 2 times the window is on top of others. 3 times it's not of top of others. There is a bug in javafx. My OS - centos 7.1
--
Александр Свиридов
More information about the openjfx-dev
mailing list