JavaDude32
Programmer
I need to rotate an image in an applet. The user can click on a compotent and rotate it through 360 degrees, I need to redraw an image as this occurs. I'm aiming to not have to make my users download Sun's plug in either, I would prefer to have compatibility with the microsoft IE JVM but I'm having problems with the Dimension class as well so I may have to require Sun's plug in anyways. Anyways, is there a part of the Image classes that I could use to do this or perhaps Graphics classes? Thanks in advance for any help.