|
help with JScrollPane
I have a table, base on the AbstractTableModel.
Every minute there is an update on the table
if the new rows are inserted on top of the table I don't want to see the data scrolling down, I would like to stay at the current scrolling position somewhere in the table.
any ideas?
|