static int screenNrContaining(Pt p) { if (p == null) ret -1; ret indexOfFirst(allScreenBounds(), screen -> contains(screen, p)); }