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