installMenu(tool);
return tool;
}
void installMenu(int tool) {
Program pgm = macroInstaller.getProgram();
Hashtable h = pgm.getMenus();
if (h==null) return;
String[] commands = (String[])h.get(names[tool]);
if (commands==null) return;
if (menus[tool]==null) {
menus[tool] = new PopupMenu("");