theMassComboBox.generateMassComboBox();
this.setFrame().setTypeOfCalculationMethod(this.MASS_TYPE);
this.setFrame().setSelectedCalculationMethod(theMassComboBox.getMassCalculationMethodArray()[this.FIRST_INDEX]);
Compare20And500Scan.generateSplitedMoleculeFileFilePathBox(this.getFrame());
} else if(theTypeOfCalculation.equals(this.NMR_TYPE)) {
NmrComboBox theNmrComboBox = new NmrComboBox(this.getFrame());
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();