I would like to ask if I draw a shape on an image, and then I rotate the image. Is there any way to move the image after the rotation? The way I do can only move the image when the image is static. My method is keep track of the coordination of the shape. But when the image is rotated, the shape's coordinates is all mess up. BTW, I am using Java 2D