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