static JPanel centeredLineWithSpacing(int spacing, final Component... components) { ret swing(func -> JPanel { jFullCenter(hstackWithSpacing(itemPlusObjectArray(spacing, components))) }); }