langDepName = "Exit";
ja = new JaWEAction(action, icon, langDepName);
componentAction.put("Exit", ja);
// HelpAbout
action = new HelpAbout(comp);
icon = new ImageIcon(ResourceManager.class.getClassLoader().getResource("org/enhydra/jawe/images/jawe.gif"));
langDepName = "HelpAbout";
ja = new JaWEAction(action, icon, langDepName);
componentAction.put("HelpAbout", ja);