//画面表示ラベルの生成(画面には2D描画結果を表示させる) screenLabel = newGraphicsLabel( SCREEN_X, SCREEN_Y, SCREEN_WIDTH, SCREEN_HEIGHT, graphics2D );