previousStop = myLabel.getText();
}
}
logger.debug("I'm drawing route schedule " + rs.toString());
JPanel drawPanel = new DrawingPanel(xPos, direction, rs.hasDelay() );
drawPanel.addMouseListener(new BusMouseListener(theInterface.getDisplaySchedule(theRouteList.getSelectedValue().toString().split(":")[0], i), theInterface));
vehiclePanel.add(drawPanel);
allVehicleDisplayPanel.add(vehiclePanel, BorderLayout.CENTER);
allVehicleDisplayPanel.add(makeVehicleInfoPanel(), BorderLayout.SOUTH);
/*JPanel busPanel = new JPanel();
Random randNumGen = new Random();