@@ -33,7 +33,7 @@
"maxAmount" : 1,
"priority" : "Essential",
"energy" : -450.0,
- "flexChance" : 0.5,
+ "flexChance" : 0.95,
"minCost" : 300,
"maxCost" : 400,
"minDuration" : 1,
@@ -47,7 +47,7 @@
"priority" : "Low",
"energy" : -300.0,
"minCost" : 100,
"maxCost" : 200,
@@ -61,7 +61,7 @@
"priority" : "Medium",
"energy" : -1300.0,
"minCost" : 200,
"maxCost" : 250,
@@ -89,7 +89,7 @@
"energy" : -500.0,
"minCost" : 50,
"maxCost" : 100,
@@ -103,7 +103,7 @@
"energy" : 2000.0,
"minCost" : 120,
"maxCost" : 300,
@@ -124,7 +124,7 @@
"energy" : -2000.0,
"maxCost" : 350,
@@ -138,7 +138,7 @@
"energy" : -2500.0,
@@ -759,6 +759,7 @@ public abstract class AlgorithmFrameworkFlex implements AddOn{
}
public void stop() {
isActive = false;
+ progressBar.setValue(0);
public JProgressBar getJProgressBar(){
return progressBar;
@@ -5,7 +5,6 @@ import ui.controller.SingletonControl;
import ui.model.Model;
import javax.swing.*;
-import javax.swing.UIManager.LookAndFeelInfo;
import java.awt.*;