Overview | Methods | This Package | All Packages
Retrieves the bounds of the virtual screen.
Syntax
public static final Rectangle getVirtualScreen()
Return Value
Returns a Rectangle object that represents the bounding rectangle of the entire virtual screen.
Remarks
Use the getVirtualScreen method to determine the bounds of the entire desktop on a multimonitor system. You can then determine the maximum visual space available on a system that has multiple monitors installed.
Note The left and top coordinates of the rectangle can be nonzero or negative.
See Also getWorkingArea, com.ms.wfc.ui.Screen