|
@@ -902,10 +902,12 @@ public class GUI<E> implements CategoryListener {
|
|
|
for (HolonElement h : ((HolonObject) cps).getElements()) {
|
|
|
tempList.add(h);
|
|
|
unitGraph.repaintWithNewElement(tempList);
|
|
|
+ unitGraph.fillArrayofValue();
|
|
|
tempList.remove(0);
|
|
|
}
|
|
|
} else if (cps instanceof HolonSwitch) {
|
|
|
unitGraph.repaintWithNewSwitch((HolonSwitch) cps);
|
|
|
+ unitGraph.fillArrayofBooleans();
|
|
|
}
|
|
|
}
|
|
|
unitGraph.empty();
|