4647484950515253545556
_frame = null; } private WizardStep topLevelStep (WizardStep step) { WizardStepsParent parent; while ((parent = step.getParent()) instanceof WizardStep) { step = (WizardStep)parent; } return step; }
130131132133134135136137138139140
return topLevelStep(_frame.getStep()); } private WizardStep topLevelStep (WizardStep step) { WizardStepsParent parent; while ((parent = step.getParent()) instanceof WizardStep) { step = (WizardStep)parent; } return step; }