154155156157158159160161
/** * Initializes the single page and adds it to the wizard. */ public void addPages() { setWindowTitle("New Sketch Wizard"); page = new NewSketchWizardPage(); addPage(page); }