Sets whether or not paint messages received from the operating system should be ignored. This does not affect paint events generated in software by the AWT, unless they are an immediate response to an OS-level paint message.
This is useful, for example, if running under full-screen mode and better performance is desired, or if page-flipping is used as the buffer strategy.
getIgnoreRepaint, Canvas.createBufferStrategy, Window.createBufferStrategy, java.awt.image.BufferStrategy, GraphicsDevice.setFullScreenWindow
Diagram: Component