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