We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbea60 commit 49d177bCopy full SHA for 49d177b
TimeNETOptimizationEnvironment/src/toe/MainFrame.java
@@ -219,7 +219,7 @@ public Component getTableCellRendererComponent(JTable table,
219
support.log(auto.getProperty("SimulationType"));
220
221
this.jComboBoxSimulationType.setSelectedItem(typeOfSimulator.valueOf(auto.getProperty("SimulationType", support.DEFAULT_TYPE_OF_SIMULATOR.toString())));
222
-
+ support.setChosenSimulatorType((typeOfSimulator)jComboBoxSimulationType.getSelectedItem());
223
this.jComboBoxOptimizationType.setSelectedItem(typeOfOptimization.valueOf(auto.getProperty("OptimizationType", support.DEFAULT_TYPE_OF_OPTIMIZER.toString())));
224
225
savePropertiesEnabled = true;//Enable property saving after init of all components
0 commit comments