can't get my coordinates graphics2D mouseclick java

后端 未结 3 1524
情书的邮戳
情书的邮戳 2021-01-26 22:41

I got an extended JLabel class where I draw my Map using the code below : the new AffineTransform() is the identity to left my image as it is (0,0,w,h)

3条回答
  •  死守一世寂寞
    2021-01-26 22:48

    I found these:

    • http://www.javalobby.org/java/forums/t19387.html
    • http://www.java.net/node/685054

    Don't know if they will help or not.

提交回复
热议问题