static void addDirectMenuItem(JMenuBar mb, S text, O action) { mb.add(directJMenuItem(text, action)); }