Java2d: Translate the axes
- by Algorist
Hi,
I am developing an application using Java2d. The weird thing I noticed is, the original is at the top left corner and x and y axis increases from there.
Is there a way to move the origin bottom left?
Thank you.