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