how can change the position of image runtime on mouse click?
Printable View
how can change the position of image runtime on mouse click?
While i wont give you the whole answer. :p I will point you in the right direction. You would want to use either a MouseListener and provide implementation for the methods contained within the interface or use a MouseAdapter. :)