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