static void addMenuItem(JPopupMenu menu, S text, O action) { menu.add(jmenuItem(text, action)); }