GUI + Arrays
807598Apr 4 2006 — edited Apr 4 2006Hi, I'm trying to write a GUI program to update records in an array. It's supposed to have an array of customers with their name (String), an id (String), their balance (double) and how long they've been a customer (int). When you run the program it should show the data from array[0], and the next and back buttons scroll through it. I have all that working fine. But I also need to be able to edit the records of the array by hitting a "save" button and I can't seem to get it to work. Thanks for any help!