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