int numAgents = 1000; ArrayList cars = new ArrayList(); Graph graph; void setup() { size(600, 500, JAVA2D); graph = new Graph(); for(int i = 0; i