예제 #1
0
 /**
  * Returns the coordinates where a drag operation started.
  *
  * @return the coordinates where a drag operation started.
  */
 public synchronized Point dragOrigin() {
   return dragDropInfo.origin();
 }