Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
replaceAndFindNext
Method · 0.95
actionPerformed
Method · 0.80
Calls
2
find
Method · 0.95
beep
Method · 0.95
Tested by
no test coverage detected