private void layoutPage() {
WizardPageLayout pageLayout = WizardStyleSheet.emptyPageLayout(mainCaption, subCaption);
pageLayout.setInsets(0, 0, 0, 0);
pageLayout.add(ui, true, true);
JPanel main = pageLayout.asCenterBorderLayout();
setMainPanel(main);
}
@Override
public void requestFocus() {