import Graphics ; import Graphics2D ; // グラフィックスデータの生成 int graphicsID = newGraphics( ) ; // レンダラーの生成 int rendererID = newGraphics2DRenderer( 800, 600, graphicsID ) ;