示例#1
0
 public void setLocation(float x, float y) {
   setLocationDrag((int) x, (int) y);
 }
示例#2
0
 public void move(int x, int y) {
   setLocationDrag(location.x() + x, location.y() + y);
 }