static JPanel jflowCenter(L or O... components) { JPanel panel = jPanel(new FlowLayout(FlowLayout.CENTER)); ret smartAdd(panel, components); }