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