Hello there, I have the following issue: I have 2 images drawn in a JPanel ... I use Graphics2D for a rotation and translation for each images... I'd assigned different buttons for different images to operate with them... for example I have up/down/left/right for the one and w/s/a/d for the other... when I start the jframe and use the keys for moving... they move well but when I move the one the other one stays still... and opposite.. how to prevent that.. I know I need some kind of threading but I'm newbie with that... Thanks in advance