()
| 239 | |
| 240 | |
| 241 | public void handleClose() { |
| 242 | findString = findField.getText(); |
| 243 | replaceString = replaceField.getText(); |
| 244 | |
| 245 | // this object should eventually become de-referenced |
| 246 | setVisible(false); |
| 247 | } |
| 248 | |
| 249 | |
| 250 | // look for the next instance of the find string to be found |
no test coverage detected