Explorar el Código

Execution in new Algo.

Tom Troppmann hace 5 años
padre
commit
149b52bac7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/exampleAlgorithms/PSOAlgotihm.java

+ 0 - 1
src/exampleAlgorithms/PSOAlgotihm.java

@@ -175,7 +175,6 @@ public class PSOAlgotihm implements Algorithm {
 		useGroupNodeCheckBox.setSelected(false);
 		useGroupNodeCheckBox.setBounds(155, 1, 25, 20);
 		useGroupNodeCheckBox.addActionListener(actionEvent -> {
-			
 			useGroupNode = useGroupNodeCheckBox.isSelected();
 			selectGroupNodeButton.setEnabled(useGroupNode);
 		});