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

Method actionPerformed

platform/java/example/Viewer.java:153–155  ·  view source on GitHub ↗
(ActionEvent event)

Source from the content-addressed store, hash-verified

151 Button okayButton = new Button("Okay");
152 okayButton.addActionListener(new ActionListener() {
153 public void actionPerformed(ActionEvent event) {
154 box.setVisible(false);
155 }
156 });
157 buttonPane.add(okayButton);
158 box.add(buttonPane, BorderLayout.SOUTH);

Callers

nothing calls this directly

Calls 9

searchMethod · 0.95
relayoutMethod · 0.95
zoomOutMethod · 0.95
zoomInMethod · 0.95
gotoFirstPageMethod · 0.80
getTextMethod · 0.80
gotoLastPageMethod · 0.45
flipPagesMethod · 0.45
gotoPageMethod · 0.45

Tested by

no test coverage detected