private java.util.Map<Integer, FieldPermissionPanel> modulePermissionPanels =
new HashMap<Integer, FieldPermissionPanel>();
public ModulePermissionPanel(DcObject user, boolean update) {
SecurityModuleList sml = new SecurityModuleList(this);
setLayout(Layout.getGBL());
JLabel label = ComponentFactory.getLabel(DcResources.getText("lblModules"));
label.setHorizontalAlignment(JLabel.CENTER);
label.setBorder(BorderFactory.createEtchedBorder());