Hi all,
I am currently developing a java application that has to deal with it
reading ina CSV file and populating the data that is inside the CSV
file into a vector and then places what is inside the Vector into a
JList.
When the user selects an item from the JList and then they press the
delete button the item that they selected would get removed from the
JList. Once the item has been removed from the JList I then want the
application to write the information that is left inside the vector to
a file without it having any commas or square brackets etc.
I am fairly new to Java and therefore apologise if this is a simple
task to do.
Any help in this matter would be highly appreciated.
Thank you