I want to move an image from one point to another. I can do that using drawImage
and repaint
methods only when the slope is 45 or 0. But how to move the image between specific cordinates?
I want to move an image from one point to another. I can do that using drawImage
and repaint
methods only when the slope is 45 or 0. But how to move the image between specific cordinates?