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

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

java - the value of local variable is not used -