|
@@ -490,7 +490,6 @@ public class MyCanvas extends AbstractCanvas implements MouseListener,
|
|
paintCable(g2d, cable);
|
|
paintCable(g2d, cable);
|
|
}
|
|
}
|
|
for(DecoratedNetwork network : controller.getSimManager().getDecorState().getNetworkList()) {
|
|
for(DecoratedNetwork network : controller.getSimManager().getDecorState().getNetworkList()) {
|
|
- //System.out.println("A Network");
|
|
|
|
for(DecoratedCable cable : network.getDecoratedCableList()) {
|
|
for(DecoratedCable cable : network.getDecoratedCableList()) {
|
|
paintCable(g2d, cable);
|
|
paintCable(g2d, cable);
|
|
}
|
|
}
|