Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setFindText
Method
setFindText
app/src/processing/app/ui/FindReplace.java:477–480 ·
view source on GitHub ↗
(String t)
Source
from the content-addressed store, hash-verified
475
476
477
public
void
setFindText(String t) {
478
findField.setText(t);
479
findString = t;
480
}
481
482
483
public
void
findNext() {
Callers
2
buildEditMenu
Method · 0.80
actionPerformed
Method · 0.80
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected