static Component wrapForSmartAdd(O o) { if (o == null) ret new JPanel; if (o instanceof S) c = jlabel((S) o); ret wrap(o); }