I've drawn a 3D cube on an applet, it appeared fine, then I translated it to another coordinates and painted in again. So now I have both cubes on the applet.
But the second cube appeared distorted, How can I fix it???
I tried using a Buffered Image, it appeared fine, but in my project I'm not...