Swing is not thread safe. Animation in Swing is done using javax.swing.Timer. You can find many examples on the Internet that use Timer to do animation in Swing. Start simple and grow from there.