Hi,
I am using MIDP1. I have a filled rectangle and I need to rotate it. How can I do that since the Graphics object does not have a rotate method?
I have tried to rotate it manually using sin and cos, but then the rectangle moved in a circle path. >:( and is not what I wanna. I wanna move the filled rectangle around its axis.
I am working on 2D.