Hey guys, Writing a project for school and having a little trouble. We are creating a social media program and the teacher never taught us to use databases so we have to store all the data in text files. One of the requirements is to for the users to be able to "create a group". While creating the group the user will select users to add to that group. I have created a frame that diplays available users and displays them in a table. What i need to do now is create an actionlistener so when the "save" button is hit, it will take ALL ROWS AND COLUMNS that are selected and write them to a text file. I cannot figure out for the life of me how to add this action listener. There is a lot of different source files but the only ones that requires concern is the CreateGroup.Java page.
ANY AND ALL HELP IS APPRECIATED!