static JPanel withCenteredLineBelow(JComponent center, Component... components) { ret centerAndSouth(center, withMargin(jcenteredline(components))); } static JPanel withCenteredLineBelow(JComponent center, L components) { ret withCenteredLineBelow(center, asComponentArray(components)); }