MCPcopy 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

actionPerformedMethod · 0.95
keyPressedMethod · 0.95
windowClosingMethod · 0.95
actionPerformedMethod · 0.95

Calls 1

removeWindowMethod · 0.95

Tested by

no test coverage detected