(ActionEvent actionEvent)
| 160 | |
| 161 | ActionListener AL = new ActionListener() { |
| 162 | public void actionPerformed(ActionEvent actionEvent) { |
| 163 | action(actionEvent.getActionCommand()); |
| 164 | } |
| 165 | }; |
| 166 | |
| 167 | public void action(String command) { |
nothing calls this directly
no test coverage detected