langDepName = "DescendInto";
ja = new JaWEAction(action, langDepName);
componentAction.put(action.getValue(Action.NAME), ja);
// GraphPaste
action = new GraphPaste(comp);
icon = new ImageIcon(ResourceManager.class.getClassLoader().getResource("org/enhydra/jawe/images/paste.gif"));
langDepName = "Paste";
ja = new JaWEAction(action, icon, langDepName);
componentAction.put(action.getValue(Action.NAME), ja);