Hi, I am trying to make a seal move around in circles, but when I put in code used to make other things move, I can't. Can you please help me? I don't want to move it, but for it to move by itself. Thank you.


private int velocity=3; setLocation(getX()+velocity);
private int velocity=3; setLocation(getY()+velocity);