Creating a wizard with GUIBuilder

GUIBuilder makes creating a wizard interface simple. From the GUIBuilder menu bar, select File, then select New File.

Select the "Insert Wizard" icon: Insert Wizard tool icon

The GUIBuilder creates a panel builder where you add panels to the wizard:
GUI Builder screenshot

When you have created the wizard, use the Preview tool icon icon to preview the wizard. For this example, the following panel will be displayed first:
GUI Builder screenshot

If the user were to select "Rock" and push "Next", this panel will display:
GUI Builder screenshot

Pushing "Next" produces the final panel:
GUI Builder screenshot