static JPanel withRightAlignedButtons(JComponent center, O... params) { ret centerAndSouth(center, withMargin(jRightAlignedButtons(params))); } static JPanel withRightAlignedButtons(Swingable center, O... params) { ret withRightAlignedButtons(wrap(center), params); }