Window.showModal

機能/意味
Display windows modally
タイプ
Windowクラスのメソッド
構文
showModal()
引数
なし
戻り値
なし (void)
説明
 Displays the window modally (with mode). This method makes the window visible and temporarily disables other windows. Therefore, the user can access only this window (this is called the moded state). When the window is closed, the mode state is released.
 The window must be hidden when calling this method.