static void clearPopupMenu(final JPopupMenu menu) { if (menu != null) swing { menu.removeAll(); } }