hi everyone
i'm trying to draw a line in a picture object. but i want to move or change the position of the line on that pic.
is there a way of doing that?
i'm using Graphics to drawLine(int x1,int y1,int x2,int y2) to draw the line on that pic.
i want to make some motion
thanks.