static void scrollAllTheWayToDown(final JComponent c) { swing { c.scrollRectToVisible(new Rectangle(0, c.getHeight()-1, 1, 1)); } }