4748495051525354
choiceOptions[i] = null; if (i == 0) { myState.myImporter = nextImporter; } } GPOptionChoicePanel panel = new GPOptionChoicePanel(); return panel.getComponent(choiceChangeActions, choiceOptions, 0); }
5758596061626364
nextOptions.lock(); } choiceChangeActions[i] = nextAction; choiceOptions[i] = nextOptions; } GPOptionChoicePanel choicePanel = new GPOptionChoicePanel(); return choicePanel.getComponent(choiceChangeActions, choiceOptions, selectedGroupIndex); }