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

Python Kivy ListView: How to delete selected ListItemButton? -

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