Hey guys,
I have a Line2D object that I want to be able to move across the screen (a JPanel) when the user clicks and drags on it. I've trying doing stuff with the mouseDragged() mouse event but it's not working. Anyone know a way?
Your help is much appreciated.
I have a Line2D object that I want to be able to move across the screen (a JPanel) when the user clicks and drags on it. I've trying doing stuff with the mouseDragged() mouse event but it's not working. Anyone know a way?
Your help is much appreciated.
Comment