import Graphics; import Graphics2D; // Create graphics data int graphicsID = newGraphics( ); // Create a 2D renderer int rendererID = newGraphics2DRenderer( 800, 600, graphicsID );