Microsoft SDK for Java

SystemInformation.getWorkingArea

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 taskbar or by application desktop toolbars.

See Also   getVirtualScreen, com.ms.wfc.ui.Screen

© 1999 Microsoft Corporation. All rights reserved. Terms of use.