Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setLocation
Method
setLocation
core/src/processing/awt/PSurfaceAWT.java:615–618 ·
view source on GitHub ↗
(int x, int y)
Source
from the content-addressed store, hash-verified
613
614
615
@Override
616
public
void
setLocation(
int
x,
int
y) {
617
frame.setLocation(x, y);
618
}
619
620
621
List<Image> iconImages;
Callers
1
componentResized
Method · 0.95
Calls
1
setLocation
Method · 0.65
Tested by
no test coverage detected