super(target);
String action = e.getAction(); Point p = getTranslatedPoint(e.getDropLocation()); if (isInTarget(p)) { JOptionPane.showMessageDialog(this.component, "Action: " + action); }