static void scrollAllTheWayDown(final JComponent c) { if (c != null) swing { c.scrollRectToVisible(new Rectangle(0, c.getHeight()-1, 1, 1)); } }