} else {
boolean centerAndNotify = !isFirstUpdate;
addUINode(nodeUI, centerAndNotify, false);
if (centerAndNotify) {
nodeUI.showPopupMessage("Node " + node.getName() + " added to Network");
}
}
} else {
neoNodesChildren.put(nodeUI.getModel(), nodeUI);
}