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