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