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