static JPanel centerAndSouthOrEast(bool horizontal, Component c, Component s) { ret horizontal ? centerAndEast(c, s) : centerAndSouth(c, s); }