sbool scrollAllTheWayDown_bruteForce = true; static A scrollAllTheWayDown(A c) { if (c != null) swing { int h = c.getHeight()-1; if (scrollAllTheWayDown_bruteForce) h = max(h, 100000); c.scrollRectToVisible(new Rectangle(0, h, 1, 1)); } ret c; }