static JPanel northCenterSouthSections(S northName, Component n, S centerName, Component c, S southName, Component s) { ret northCenterAndSouthWithMargins( jSection(northName, n), jSection(centerName, c), jSection(southName, s)); }