|
@@ -66,7 +66,10 @@ public class SimulationMenu extends JMenuBar {
|
|
// Init Stuff
|
|
// Init Stuff
|
|
this.model = mod;
|
|
this.model = mod;
|
|
this.controller = cont;
|
|
this.controller = cont;
|
|
- algoCombo.addItem("non chosen");
|
|
|
|
|
|
+
|
|
|
|
+ simSpeedLabel.setMaximumSize(simSpeedLabel.getPreferredSize());
|
|
|
|
+ simSpeedLabel.setMinimumSize(simSpeedLabel.getPreferredSize());
|
|
|
|
+ algoCombo.addItem("None");
|
|
|
|
|
|
// Algorithm ComboBox Action
|
|
// Algorithm ComboBox Action
|
|
algoCombo.addActionListener(new ActionListener() {
|
|
algoCombo.addActionListener(new ActionListener() {
|