How can I rotate image and move it to a position where it points?
Hi!
I want to do a little 2D car racing applet game and I have some problems doing it.
I used graphics2D-rotate method to rotate Image of a car (like turning a car) and it worked but I cannot move the Image to that position where I have rotated it.
I think that I should use some kind of translate or transform method to do it but I don't know how.
I'm sorry for my bad english skill but I hope someone got the point of my question.

