Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setWindowPosY
Method
setWindowPosY
src/periphery/Config.java:190–194 ·
view source on GitHub ↗
(String windowPosY)
Source
from the content-addressed store, hash-verified
188
}
189
190
public
void
setWindowPosY(String windowPosY) {
191
if
(!windowPosY.equals(
""
)) {
192
this.windowPosY = Integer.valueOf(windowPosY);
193
}
194
}
195
196
public
int
getWindowPosX() {
197
return
this.windowPosX;
Callers
nothing calls this directly
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected