Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

GUI + Arrays

807598Apr 4 2006 — edited Apr 4 2006
Hi, 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2006
Added on Apr 4 2006
6 comments
147 views