static A pnlWithHeadingIfNempty(S heading, A l) { if (nempty(l)) pnlWithHeading(); ret l; }