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