protected WizardDescriptor.Panel[] createPanels() {
return new WizardDescriptor.Panel[] {
// Assuming you want to keep the default 2nd panel:
wiz.targetChooser(),
new OOServiceClassPanel(myData),
// new NewTypesPanel(),
// new ServiceSelectionPanel(),
// new LanguageSelectionPanel()
/* --> EDIT ME <--
new MyPanel2 ()