MCPcopy Create free account
hub / github.com/benfry/processing4 / handleClose

Method handleClose

app/src/processing/app/ui/FindReplace.java:241–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

windowClosingMethod · 0.95
FindReplaceMethod · 0.95

Calls 2

setVisibleMethod · 0.65
getTextMethod · 0.45

Tested by

no test coverage detected