static JMenu jmenu(fS title, fO... items) { ret swing(func -> JMenu { JMenu menu = new(title); fillJMenu(menu, items); ret menu; }); }