static void scrollTableDownIn(final JTable table, int delayMS) { swingLater(delayMS, r { scrollTableDown(table); }); }