static JPanel jPanel(LayoutManager layout, L or O... components) { ret smartAdd(jpanel(layout), components); } static JPanel jpanel() { ret swing(-> new JPanel); }