Hi i am learning java right now and i ran into problem where i cant rotate images. It just doesnt work, i have tryed many examples from the internet. For example:public void paint(Graphics g){ super.paint(g); g2d.drawImage(img, x, y,this); g2d.translate(x, y); g2d.rotate(1); Toolkit.getDefaultToolkit().sync(); g.dispose(); }