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

Method findNext

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

Source from the content-addressed store, hash-verified

481
482
483 public void findNext() {
484 if (!find(wrapAround, false)) {
485 Toolkit.beep();
486 }
487 }
488
489
490 public void findPrevious() {

Callers 2

replaceAndFindNextMethod · 0.95
actionPerformedMethod · 0.80

Calls 2

findMethod · 0.95
beepMethod · 0.95

Tested by

no test coverage detected