static Pair showWebWithAutoLayout(Web web) { Pair p = showWeb_noAutoLayout(web); calAutoLayout(p.a, p.b); ret p; }