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.