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