JavaFX check if it is full screen -


hey want check if application full screen or not use javafx how can it?

i have tried getfullscreenexitproperty not work.

you can check using isfullscreen available in stage

primarystage.isfullscreen()


Comments

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -