theNmrComboBox.generateNmrCombBox();
this.setFrame().setTypeOfCalculationMethod(this.NMR_TYPE);
this.setFrame().setSelectedCalculationMethod(theNmrComboBox.getTypeOfCalculationMethodArray()[this.FIRST_INDEX]);
DBSearcher.generateDBSearcherFilePathBox(this.getFrame());
} else if(theTypeOfCalculation.equals(this.ETC_TYPE)) {
EtcComboBox theEtcComboBox = new EtcComboBox(this.getFrame());
theEtcComboBox.generateEtcCombBox();
this.setFrame().setSelectedCalculationMethod(theEtcComboBox.getTypeOfCalculationMethodArray()[this.FIRST_INDEX]);
this.setFrame().setTypeOfCalculationMethod(this.ETC_TYPE);
InputThreadInformation.generateInputThreadInformationFilePathBox(this.getFrame());
}
this.setFrame().revalidate();
}