MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / HTMLDialog

Method HTMLDialog

ij/src/main/java/ij/gui/HTMLDialog.java:22–25  ·  view source on GitHub ↗
(String title, String message)

Source from the content-addressed store, hash-verified

20 private boolean modal = true;
21
22 public HTMLDialog(String title, String message) {
23 super(ij.IJ.getInstance(), title, true);
24 init(message);
25 }
26
27 public HTMLDialog(Dialog parent, String title, String message) {
28 super(parent, title, true);

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
getInstanceMethod · 0.45

Tested by

no test coverage detected