How to add set of strings into a jtable

Here is my problem I want my log files to be inserted in a JTable ..which has two columns namely (User and Filename)....then everytime a new log is created it will add a new row while retaining the previous row..i rily need your here..
[242 byte] By [ryshi1264a] at [2007-11-27 5:19:57]
# 1
Take a look at DefaultTableModel and method addRow()
Nibura at 2007-7-12 10:43:33 > top of Java-index,Desktop,Core GUI APIs...