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