Don't use parallel array/ArrayList designs for storing data unless you're forced to. Create a class, Car, and include all of those items you're currently storing in various ArrayLists as attributes...