Thanks to the reviewer for checking out my bug post

Paul Russell paulrussell70 at gmail.com
Tue Oct 17 20:54:20 UTC 2017


Hi JavaFX mailing list,

I posted this bug:
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8189180

I really appreciate how quickly this was looked into. However, I still
can't see how this expected behaviour, unless there is a better way to
create modal windows? My application is a game, and my hand-drawn cursor is
distinct from the windows system cursor. Hence, this behaviour looks
appalling, I've switched to

.initModality(Modality.NONE);

But disabling parent windows controls is cluttering my code.

Thanks


More information about the openjfx-dev mailing list