(MouseEvent arg0)
| 188 | } |
| 189 | |
| 190 | public void mouseClicked(MouseEvent arg0) |
| 191 | { |
| 192 | if(arg0.getButton()==MouseEvent.BUTTON3) |
| 193 | { |
| 194 | if(isAddSoldier(arg0.getSource())) |
| 195 | { |
| 196 | graphwar.getGameData().removeSoldier(player); |
| 197 | } |
| 198 | } |
| 199 | } |
| 200 | |
| 201 | public void mouseEntered(MouseEvent arg0) |
| 202 | { |
nothing calls this directly
no test coverage detected