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