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