Here is my very simple code:
All this does is rotate the default image by 45 degrees... The default image is the alligator.png. (I've tried with other images too.)
When the code runs, the image gets all screwed up. (I can't figure out how to
After the rotate it looks like this:
Is there something I am doing wrong? Or is this a bug?
Thanks.
Vic
public Allig() { getImage().rotate(45); } public void act() { }