Window.setMinimumSize

Set the smallest outer size the user may resize the window to, in pixels. Pass 0, 0 to remove the constraint. Without a minimum the layout engine clamps to zero but the user can still shrink the window until its contents collapse; a floor keeps a real app usable.

class Window
void
setMinimumSize
(
int width
,
int height
)

Meta