Deleting from arraylist and exporting back to .buab file(Java)
Posted
by Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2009-11-30T23:27:18Z
Indexed on
2010/06/10
8:02 UTC
Read the original article
Hit count: 288
Ive made an address book. I can currently write to the arraylist and save it back to the .buab file, but I cant delete from the arraylist and export it back to the .buab file?
Im pretty much stuck on this. Im able to retrive contacts from the .buab and scroll through them using the JTextFields and buttons ive created. Any help will be dearly appreciated.
Ive set up seprate classes for all operations (newcontacts, nextcontact etc).
If you need the code posted let me know.. Cheers
Dave
© Stack Overflow or respective owner