예제 #1
0
 public void setY(int y) {
   myCursorCoordinates.y = y;
   cursorChanged();
 }
예제 #2
0
 public void setX(int x) {
   myCursorCoordinates.x = x;
   cursorChanged();
 }