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