printParametersSectionPart = new PrintParametersSectionPart(body, toolkit, Section.TWISTIE | Section.DESCRIPTION | Section.TITLE_BAR);
printParametersSectionPart.getSection().setExpanded(false);
printParametersSectionPart.initialize(managedForm, parameters);
outputParametersSectionPart = new OutputParametersSectionPart(body, toolkit, Section.TWISTIE | Section.DESCRIPTION | Section.TITLE_BAR);
outputParametersSectionPart.getSection().setExpanded(false);
outputParametersSectionPart.initialize(managedForm, parameters);
}