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