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