|
@@ -671,6 +671,7 @@ public class GUI<E> implements CategoryListener {
|
|
|
public void mousePressed(MouseEvent e) {
|
|
|
if (temp == null || temp.getID() != model.getSelectedObjectID()) {
|
|
|
unitGraph.empty();
|
|
|
+ elementGraph.setText("None ");
|
|
|
}
|
|
|
temp = getActualCps();
|
|
|
// Update of the Information about the HolonElements - only for
|
|
@@ -797,6 +798,7 @@ public class GUI<E> implements CategoryListener {
|
|
|
controller.setSelecteEdge(null);
|
|
|
controller.setCurIteration(0);
|
|
|
unitGraph.empty();
|
|
|
+ elementGraph.setText("None ");
|
|
|
canvas.tempCps = null;
|
|
|
canvas.objectSelectionHighlighting();
|
|
|
canvas.repaint();
|