}
PasteAction pasteAction = new PasteAction("Paste '" + selectionName + "' here", (NodeContainer)this, false);
pasteAction.setPosition(posX, posY);
menu.addAction(pasteAction);
}
menu.addAction(new ZoomToFitAction("Zoom to fit", this));
/*MenuBuilder windowsMenu = menu.addSubMenu("Windows");
windowsMenu.addAction(new CloseAllWindows("Close all"));
windowsMenu.addAction(new MinimizeAllWindows("Minimize all"));*/
}