()
| 21 | } |
| 22 | |
| 23 | @Override |
| 24 | public void initGui() { |
| 25 | guiInitialized = true; |
| 26 | optionButtonCount = 0; |
| 27 | callbacks.clear(); |
| 28 | addDoneButton(); |
| 29 | } |
| 30 | |
| 31 | @Override |
| 32 | protected void actionPerformed(IButton button) { |
nothing calls this directly
no test coverage detected