Monitor represents a display device like an LCD screen.
Slots
- boundsSource
-
native Rect bounds()
Get the application working bounds of the monitor taking into account window manager chrome such as the Taskbar. Also see screenBounds.
- listSource
-
static native Monitor[] list()
Get the list of monitors supported by the desktop.
- primarySource
-
static native Monitor primary()
Get the primary monitor for the desktop.
- screenBoundsSource
-
native Rect screenBounds()
Get the actual bounds of the screen for this monitor in the desktop coordinate system. Also see bounds to get the working bounds of the monitor taking into account window manager chrome such as the Taskbar.