How to sort data of text file in JTable

I have a text file and i want to get some word.sample of tex file:aasadasdas HOMEaaaaaaasdadadadsasdai want to get word "HOME"..any advise..thnx in advance.
[205 byte] By [SaGaRaa] at [2007-11-27 9:51:14]
# 1
Can you provide more details please. Such as what are the conditions for how you decide which word to get?
floundera at 2007-7-13 0:20:20 > top of Java-index,Java Essentials,Java Programming...
# 2
i display now a data in JTable and i want to sort the data of text file..How can i do that?
SaGaRaa at 2007-7-13 0:20:20 > top of Java-index,Java Essentials,Java Programming...
# 3

The more information you give, the more helpful your answers may be. The less information you give, then the converse. Right now, your answers may not be all that helpful because you are choosing, for some reason, to hide most of the details of your problem. Why you are doing this, I don't know.

petes1234a at 2007-7-13 0:20:20 > top of Java-index,Java Essentials,Java Programming...
# 4
im trying to display some data of text file in JTable..example of Text file:# 1234 Jade 18 5'7cavite, philippinesi want to display in JTable some data like "Jade", "18", "philippines"
SaGaRaa at 2007-7-13 0:20:20 > top of Java-index,Java Essentials,Java Programming...
# 5
have you looked at the JTable api and TableRowSorter? They may have what you need. http://java.sun.com/javase/6/docs/api/javax/swing/JTable.html http://java.sun.com/javase/6/docs/api/javax/swing/table/TableRowSorter.html
petes1234a at 2007-7-13 0:20:20 > top of Java-index,Java Essentials,Java Programming...
# 6
thnx for reply!yes. i read that already. my problem is How can i display in JTable.im displaying all data in JTable and im trying to displat some data.
SaGaRaa at 2007-7-13 0:20:20 > top of Java-index,Java Essentials,Java Programming...
# 7
i want to display specific data in column of JTable.. How can i do that?
SaGaRaa at 2007-7-13 0:20:20 > top of Java-index,Java Essentials,Java Programming...