Window.setMaxSize

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