| Author |
JTable Export
|
Binh Lam
Greenhorn
Joined: Jul 18, 2002
Posts: 4
|
|
Is there code example on how to export data from JTable to a text file? Thanks in advance for your help.
|
 |
Rene Liebmann
Ranch Hand
Joined: May 02, 2002
Posts: 196
|
|
|
I don't know such an example, but if you have your own table model, then you can do whatever you want, because you have access to all the data.
|
 |
 |
|
|
subject: JTable Export
|
|
|