Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setLocation
Method
setLocation
ij/src/main/java/ij/gui/ImageWindow.java:803–806 ·
view source on GitHub ↗
(int x, int y)
Source
from the content-addressed store, hash-verified
801
}
802
803
@Override
804
public
void
setLocation(
int
x,
int
y) {
805
super.setLocation(x, y);
806
}
807
808
public
void
setSliderHeight(
int
height) {
809
sliderHeight = height;
Callers
8
setLocation
Method · 0.95
run
Method · 0.95
run
Method · 0.95
arrangeWindows
Method · 0.95
tileWindows
Method · 0.95
cascadeWindows
Method · 0.95
ImageWindow
Method · 0.95
setLocationAndSize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected