public void show(MouseEvent evt) { updateActions(); super.show(evt); }
/** Show the menu. */ public void show(Component invoker, int x, int y) { updateActions(); super.show(invoker, x, y); }