private void doLayout() {
WizardPageLayout layout = WizardStyleSheet.emptyPageLayout("Select A Text Structure",
"Select an existing Text Document or create a new one:");
layout.add(ui, true, true);
JPanel main = layout.asCenterBorderLayout();
getUndoRedoInstaller().installIntoComponentTree(main);
setMainPanel(main);
}
}