Window.setMinSize

Set the minimum size of the window.

class Window
setMinSize
(
this T
)
(
int width
,
int height
)

Parameters

width int

The minimum width of the window.

height int

The minimum height of the window.

Return Value

Type: auto

This window to aid method chaining.

Meta