* Reposition the grab-handle if necessary
*/
public void relocate() {
// Be sure to take into account that the transformContext of the
// site and the context of the grab handle may be different.
TransformContext tc = getTransformContext();
Point2D p = _site.getPoint(tc);
double x = p.getX();
double y = p.getY();
if (x != _x || y != _y) {