Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setLocation
Method
setLocation
core/src/processing/core/PSurface.java:96–96 ·
view source on GitHub ↗
(int x, int y)
Source
from the content-addressed store, hash-verified
94
//public void checkDisplaySize();
95
96
public
void
setLocation(
int
x,
int
y);
97
98
public
void
setSize(
int
width,
int
height);
99
Callers
14
setLocation
Method · 0.65
placePresent
Method · 0.65
setFrameCentered
Method · 0.65
placeWindow
Method · 0.65
CharacterSelector
Method · 0.65
setVisible
Method · 0.65
run
Method · 0.65
FindReplace
Method · 0.65
exportApplicationPrompt
Method · 0.65
showImportSuggestion
Method · 0.65
VariableInspector
Method · 0.65
show
Method · 0.65
Implementers
3
PSurfaceJOGL
core/src/processing/opengl/PSurfaceJOG
PSurfaceNone
core/src/processing/core/PSurfaceNone.
PSurfaceFX
core/src/processing/javafx/PSurfaceFX.
Calls
no outgoing calls
Tested by
no test coverage detected