I am already able to rotate an image relative to mouse position, but now I need to draw an image on that one that will stay in a fixed position on it and rotate with it.
Take this example:
The circle is the original image rotating. The rectangle is what is being rotated. So I need this…
http://dl.dropbox.com/u/34206572/Misc/ex_a.png
To become this…
http://dl.dropbox.com/u/34206572/Misc/ex_b.png
I would REALLY prefer NOT using Image.getGraphics because the attached image will probably overlay past the original’s boundaries in a lot of cases.
Can anyone explain how to accomplish this?