[Solved] Change Coordinates directely in the graphe [closed]


Take a look at Oracle’s tutorial: http://docs.oracle.com/javase/tutorial/2d/advanced/user.html

They describe how to recognize clicks within the Graphics2D. They also show how to move a single shape. You have to advance this approach a little bit in order to support multiple elements.

1

solved Change Coordinates directely in the graphe [closed]