static A makeAllBold(A c) { for (JComponent x : childrenOfType(JComponent, c)) makeBold(x); ret c; }