// ( x, y ) = ( 0, 0 ) の位置に幅360×高さ480のウィンドウを生成 int windowID = newWindow( 0, 0, 360, 480, "Hello GUI" ) ;