static JPanel jlineWithSpacing(int spacing, Component... components) swing { ret new LeftAlignedLine(spacing, components); }