Overview | Methods | This Package | All Packages
Retrieves the size of the working area.
Syntax
public static final Rectangle getWorkingArea()
Return Value
Returns a Rectangle object that represents the bounds of the working area of the screen, in pixels.
Remarks
Use the getWorkingArea method to determine the bounds of the screen that can be used by applications. The working area is the portion of the screen not obscured by the system tray and other top-level windows that are docked to the Windows desktop.
See Also getVirtualScreen, com.ms.wfc.ui.Screen