Hi, I am fairly new to java. I was given an assignment to do which i find difficult. I must create a program that uses JFileChooser to select a zip file that contains 2 text files. The program then must manipulate data in the text files like reverse words and lines and save them as different files.
So far i have created a JFileChooser object ( JFileChooser chooser = new JFileChooser(); ) but i don't know what to do next to tell it to open the zip file and look at the text documents. This is all new to me. I would really appreciate any help. Thanks alot in advance.