Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ dispose
Method
dispose
ij/src/main/java/ij/gui/HTMLDialog.java:138–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
public
void
dispose() {
139
super.dispose();
140
if
(!modal) WindowManager.removeWindow(this);
141
}
142
143
public
void
windowClosing(WindowEvent e) {
144
dispose();
Callers
4
actionPerformed
Method · 0.95
keyPressed
Method · 0.95
windowClosing
Method · 0.95
actionPerformed
Method · 0.95
Calls
1
removeWindow
Method · 0.95
Tested by
no test coverage detected