Node node;
try {
node = getModel().clone();
} catch (CloneNotSupportedException e) {
throw new ContainerException("Could not clone node: " + e.getMessage());
}
Point2D newPosition = localToGlobal(new Point2D.Double(0, 0));
newPosition = wo.globalToLocal(newPosition);
newPosition = nodeContainer.localToView(newPosition);