This is an implementation of a GraphicsEnvironment object for the
default local GraphicsEnvironment used by the JavaSoft JDK in MW
environments.
See Also:GraphicsDevice See Also:GraphicsConfiguration version: 10 Feb 1997
Returns a Graphics2D object for rendering into the
specified
BufferedImage .
Parameters: img - the specified BufferedImage a Graphics2D to be used for rendering intothe specified BufferedImage.