On a mobile device, the Stage "width" and "height" variables match the width and height of the device screen.
If the device is rotated in the emulator (View > Rotate > Rotate counterclockwise), these variables are updated
to reflect the new size. However, the values returned by FX.getProperty("javafx.screen.width") and
FX.getProperty("javafx.screen.height") remain unchanged.
If the device is rotated in the emulator (View > Rotate > Rotate counterclockwise), these variables are updated
to reflect the new size. However, the values returned by FX.getProperty("javafx.screen.width") and
FX.getProperty("javafx.screen.height") remain unchanged.