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