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

Method windowClosing

platform/java/example/Viewer.java:825–828  ·  view source on GitHub ↗
(WindowEvent event)

Source from the content-addressed store, hash-verified

823 public void windowOpened(WindowEvent event) { }
824 public void windowClosed(WindowEvent event) { }
825 public void windowClosing(WindowEvent event) {
826 box.setVisible(false);
827 pageCanvas.requestFocusInWindow();
828 }
829 });
830
831 String help[] = {

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.95

Tested by

no test coverage detected