()
| 65 | } |
| 66 | |
| 67 | public void commandState() { |
| 68 | menuCommands.removeAllElements(); |
| 69 | addMenuCommand(cmdNew); |
| 70 | addMenuCommand(cmdEnableDisable); |
| 71 | addMenuCommand(cmdPurge); |
| 72 | super.commandState(); |
| 73 | } |
| 74 | |
| 75 | protected void beginPaint() { |
| 76 | StringBuffer str = new StringBuffer(" (") |
nothing calls this directly
no test coverage detected