Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setLocation
Method
setLocation
core/src/processing/awt/PSurfaceAWT.java:524–527 ·
view source on GitHub ↗
(int x, int y)
Source
from the content-addressed store, hash-verified
522
523
524
@Override
525
public
void
setLocation(
int
x,
int
y) {
526
frame.setLocation(x, y);
527
}
528
529
530
List<Image> iconImages;
Callers
1
componentResized
Method · 0.95
Calls
1
setLocation
Method · 0.65
Tested by
no test coverage detected