Graphical Programming: Double buffering : Draw in the background [JAVA]
When creating the animation engine we have seen that the screen refresh flicker occurs undesirable. This effect is due to the time required to erase the image and generate a new updated, result of animate objects.
One technique to avoid this is called double buffering or “doublebuffered”