HELP! in Displaying in JTable

How can i Display a text file by column in JTable?like for exmaple.. I Have a text file inside Text file:# 1 PPPP SSS.SSSDONEFLOWATHAAAA JAAAAHow can i put word "DONE" in column?can anyone help?tnx in advance...
[267 byte] By [SaGaRaa] at [2007-11-27 10:01:30]
# 1

*sigh*

You really really really really really really really need to do tutorials, as was suggested earlier in your other thread which you've been posting more than once:

http://forum.java.sun.com/thread.jspa?threadID=5192274

And thanks for starting this completely over yet again.

Edit: They didn't point out the tutorials, just the API documentation. Ok, so here's the tutorials:

http://java.sun.com/docs/books/tutorial/index.html

warnerjaa at 2007-7-13 0:34:42 > top of Java-index,Java Essentials,Java Programming...
# 2

> They didn't point out the tutorials, just the API documentation.

Yes, but the first sentence in the API contains a direct link to the Swing tutorial on "How to Use Tables".

So your first thought ("sigh") was indeed acurate. The OP needs to learn how to read:

a) the API

b) answers given to them in previous postings.

camickra at 2007-7-13 0:34:42 > top of Java-index,Java Essentials,Java Programming...
# 3
How about displaying a text file with 2 line then display it in JTable 1 line. ?sample: inside text file!samplesamplein JTablesample|sampleany idea?
SaGaRaa at 2007-7-13 0:34:42 > top of Java-index,Java Essentials,Java Programming...