Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setLocation
Method
setLocation
ij/src/main/java/ij/plugin/ControlPanel.java:1077–1079 ·
view source on GitHub ↗
(Point p)
Source
from the content-addressed store, hash-verified
1075
}
1076
1077
void
setLocation(Point p) {
1078
if
(p!=null) defaultLocation = p;
1079
}
1080
1081
void
close() {
1082
pFrame.dispatchEvent(
new
WindowEvent(pFrame,WindowEvent.WINDOW_CLOSING));
Callers
15
tearOff
Method · 0.95
run
Method · 0.45
showDialog
Method · 0.45
enlarge
Method · 0.45
shrink
Method · 0.45
enlarge255
Method · 0.45
shrink255
Method · 0.45
scaleShape
Method · 0.45
scaleImage
Method · 0.45
restoreGeometry
Method · 0.45
buildTreePanel
Method · 0.45
setVisible
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected