static JPanel jcenteredline(Component... components) { //ret new CenteredLine(components); ret jFullCenter(hstackWithSpacing(components)); } static JPanel jcenteredline(L components) { ret jcenteredline(asArray(Component.class, components)); }