I\'m writing easy space invaders and have a problem with moving ship. Basically I change position of ship and then repaint(). If the change is big it is more li
repaint()
The Space Invaders - 2D Rendering in Java tutorial may be helpful as an example using an explicit BufferStrategy.
BufferStrategy