Deleting from arraylist and exporting back to .buab file(Java)
- by Dave
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