Retrieves the minimum width and height, in pixels, of a window.
public static final Point getMinimumWindowSize()
Returns a Point object that represents the minimum allowable size of a window.
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.