static void scrollTableDown(JTable table) { table.scrollRectToVisible(table.getCellRect(table.getRowCount()-1, 0, true)); }