boolean bottomY = v.bottomBorderTest(mouseLocation);
if (leftX || rightX || topY || bottomY) {
resizeOn(mouseLocation, v, leftX, rightX, topY, bottomY);
} else*/
if (v.hitTest(mouseLocation)) {
graphPane.selectVertex(v);
moveOn(mouseLocation);
return;
}
}
SelectingTool.left = mouseLocation;