mform.addPart(infoPart);
privPkgsPart = new PrivatePackagesPart(parent, toolkit, Section.TITLE_BAR | Section.EXPANDED);
mform.addPart(privPkgsPart);
exportPatternListPart = new ExportPatternsListPart(parent, toolkit, Section.TITLE_BAR | Section.EXPANDED);
mform.addPart(exportPatternListPart);
// LAYOUT
GridData gd;
GridLayout layout;