コード例 #1
0
 public void show(MouseEvent evt) {
   updateActions();
   super.show(evt);
 }
コード例 #2
0
 /** Show the menu. */
 public void show(Component invoker, int x, int y) {
   updateActions();
   super.show(invoker, x, y);
 }