public void addToWindow(ApplicationWindow window) {
super.addToWindow(window);
WizardPageLayout layout = WizardStyleSheet.emptyPageLayout("Generate XSD",
"Do you want to generate an XSD based on the source table?");
layout.add(layoutComponents(), true, true);
setMainPanel(layout.asCenterBorderLayout());
}
private JComponent layoutComponents() {
BorderLayoutBuilder layout = new BorderLayoutBuilder(0, 20);
layout.north(BoxBuilder.horizontal().addAllWithSpace(10, yes, no));