MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / done

Method done

platform/java/example/Viewer.java:1786–1790  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1784 }
1785
1786 public void done() {
1787 super.done();
1788 setVisible(false);
1789 dispose();
1790 }
1791
1792 public boolean progress(int page, int percent) {
1793 StringBuilder text = new StringBuilder();

Callers

nothing calls this directly

Calls 2

disposeMethod · 0.80
doneMethod · 0.45

Tested by

no test coverage detected