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