static int totalPreferredHeight(L l) { int h = 0; for (Component c : unnull(l)) h += c.getPreferredSize().height; ret h; }