static Point enclosingViewPosition(Component c) { JScrollPane sp = enclosingScrollPane(c); ret sp == null ? null : sp.getViewport().getViewPosition(); }