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