891892893894895896897898899900901902
menu.add(act); act = new Action("Show in Navigator", null){ public void run(){ LocateInTreeAction action = new LocateInTreeAction(); action.run(null); } }; menu.add(act);