Greetings all, I have another question. I'm working on building a vector and everytime I add another item, it replaces all the items in the vector with that item, so all prior additions are replaced. I'm using this:
customerList.addElement(cust2);
where customerList is my vector, and cust2 is...