Retrieves the maximum size to which this form can be resized.
protected Point getMaxTrackSize()
Returns a Point object that specifies the maximum size to which the form can be resized.
Classes that extend the Form class can override this method to provide a new maximum size for the form. This method is called internally by the Form class when the form is being resized.
See Also getMaximizedBounds, getMinTrackSize