componentAction.put(langDepName, ja);
} catch (Exception ex) {
}
// AddPoint
action = new AddPoint(comp);
icon = new ImageIcon(ResourceManager.class.getClassLoader().getResource("org/enhydra/jawe/images/addpoint.gif"));
langDepName = "AddPoint";
ja = new JaWEAction(action, icon, langDepName);
componentAction.put(action.getValue(Action.NAME), ja);