}
pack();
}
private void layoutTitleSection(String title) {
WizardSectionsUi titlePane = new WizardSectionsUi(new String[] { title });
titlePane.setHorizontalAlignment(SwingConstants.LEADING);
titlePane.setBorder(null);
titlePane.setSection(title);
getDefaultLayout().north(titlePane);
}