Creates a Graphics object that can draw anywhere on the display.
public static final Graphics createScreenGraphics()
A Graphics object that encompasses the entire display.
Because you can use screen graphics to overwrite information in another application's window, you should use screen Graphics objects carefully.