static void scrollAllTheWayToTheRight(final JComponent c) { swing { c.scrollRectToVisible(c.getWidth(), 0, 1, 1); } }