()
| 117 | } |
| 118 | |
| 119 | public void commandState() { |
| 120 | menuCommands.removeAllElements(); |
| 121 | addMenuCommand(cmdOk); |
| 122 | /*if (!cf.swapMenu) |
| 123 | addMenuCommand(cmdCancel);*/ |
| 124 | } |
| 125 | |
| 126 | public void showMenu() { |
| 127 | new MyMenu(this, menuName, RosterIcons.getInstance(), menuCommands); |
nothing calls this directly
no test coverage detected