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