Window.setMinSize

機能/意味
Setting the minimum window size
タイプ
Windowクラスのメソッド
構文
setMinSize(width, height)
引数
width  Specifies the minimum width of the window. If you specify 0, there is no limit.
height  Specifies the minimum height of the window. If you specify 0, there is no limit.
戻り値
なし (void)
説明
 Specify the minimum size of the window. The window cannot be smaller than the size specified in this method.
参照
Window.setMaxSize
Window.setSize
Window.minWidth
Window.minHeight