예제 #1
0
 /**
  * Returns the <code>{@link Component}</code> where a drag operation started.
  *
  * @return the <code>Component</code> where a drag operation started.
  */
 public synchronized Component dragSource() {
   return dragDropInfo.source();
 }