static Component addToPossiblyInternalFrameWithMargin(final Component c, final Component toAdd) { if (toAdd != null) addToPossiblyInternalFrame(c, withMargin(toAdd)); ret c; }