minimumSize

Sets minimumSize and relays out; null restores the layout-computed minimum size.

Return

this modifier with the minimum size declared on it.

Parameters

size

the floor a layout manager is asked to respect once the container has less room than the preferred size, in pixels.

See also


Sets minimumSize to Dimension(width, height) and relays out.

Return

this modifier with the minimum size declared on it.

Parameters

width

the smallest width a layout manager is asked to leave, in pixels.

height

the smallest height it is asked to leave.

See also