How to store the data in text file from JFrame?
Hi
I have a JFrame that contains some number of JScrollPanes(# depends on the user). Each JScrollPane contains a JPanel (comming from a different class) that has 1 scrollable-JTable and 3 JButton. At windowClosing I want to store all the information of the tables in one text file in some specific format. At this point I only know my JFrame. Now, how can I distinguish/access each of these tables and get information in some specific cells?
Thanks for the help.
-Rain

