If you're asking if you can output the contents of the JTable into the file, then yes, you can. Using two for loops (nested/one inside the other) go through each row and each column and print whats at the index into the text file. Use a PrintWriter to output to the file.
wedunnit commented: Great explanations and help! Problem solved! +1
Laidler commented: Helped me fix my abstract method error +1
Ezzaral commented: Yeah, I think you're right. +21