super.addToWindow(window);
layoutPage();
}
private void layoutPage() {
WizardPageLayout layout = WizardStyleSheet.emptyPageLayout("",
"Enter the SQL statement that will be used as source in this Transformation");
layout.setInsets(0, 0, 0, 0);
layout.add(ui, true, true);
JPanel main = layout.asCenterBorderLayout();
setMainPanel(main);
getUndoRedoInstaller().installIntoComponentTree(main);
}