617618619620621622623624625626627
a.setPosition(pos.getX(), pos.getY()); } } else { a = new PasteAction("Paste", NengoGraphics.getInstance(), true); } a.doAction(); } }; } else { pasteAction = new DisabledAction("Paste", "No object is in the clipboard"); }