Re: refreshing a window



Hi,

You need to call the update() or reprint() method of the contentpane on
which you have your table.
Actually I dont remember the exact method name. but it is either of
reprint() or update().
Basically after putting all the data in the table, just call one of
these method of your content pane. I think you are using JFrame. So
call one of these method on JFrame.

Let me know if this help you to solve the problem, otherwise i will
tell you in detail.

.