File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Saving table data and using agen  - JTable  Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Saving table data and using agen  - JTable  " Watch "Saving table data and using agen  - JTable  " New topic
Author

Saving table data and using agen - JTable

Michail Petrov
Ranch Hand

Joined: Sep 04, 2008
Posts: 32
Hello i have one problem and need Know haw from the Profs

I have this code




This is table and i need it for one smal progect= I need to save the DATAS from the rows and den to open it agen=
Can you geva me a SAVEING data tutorial because i dont have time to stady SQL for Java
I need samthink like SAVING IN TXT. FILES but i dont know haw actualy

Pleasy help me

thenk you

Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16482
    
    2

Seems like a Swing question to me. Or maybe an ordinary Java question -- "How do I save data from a Java program?" Doesn't belong here, anyway, let's move it.

One part of the answer is that you would save the data from the table model, which is where the data is stored. Don't consider saving the JTable, that's just a GUI component used to display the data. Okay, that takes care of the Swing part of the question, the rest is just Java programming. Moving...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Saving table data and using agen - JTable
 
Similar Threads
Problems with JTable
jtable not refreshing
JTABLE PROBLEM
jtable
PASSING DATA IN A JTable