Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

SystemInformation.getMinimumWindowSize

Retrieves the minimum width and height, in pixels, of a window.

Syntax

public static final Point getMinimumWindowSize()

Return Value

Returns a Point object that represents the minimum allowable size of a window.

Remarks

Use the getMinimumWindowSize method to determine the dimensions specified by Windows as the minimum size for a window. You can use this method to limit the resizing of your application's windows to a size larger than the dimension returned by this method.