Retrieves the size of the working area.
public static final Rectangle getWorkingArea()
Returns a Rectangle object that represents the bounds of the working area of the screen, in pixels.
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 taskbar or by application desktop toolbars.
See Also getVirtualScreen, com.ms.wfc.ui.Screen