Drawing rotated Oval

I’m using regular java.awt (jdk 1.14 compliant) Graphics routines. And while the graphics object seems to support the drawing of ovals, using the “fillOval” method, it doesn’t support the drawing of rotated ovals. I’m trying to draw a 3d perspective of a cirle using 2d Graphiics, and all I need is some routine to draw a rotated oval. Any suggestions?

-Jason Thomas.

you’ll have to write the rotation code yourself, java1.1 has no such support.

a better solution, is not not support an obsolete api, the more apps. that need 1.4, the faster it will be distributed and adopted.