static int menuItemCount(JMenu menu) { ret menu == null ? 0 : swing(() -> menu.getItemCount()); }