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

Method actionPerformed

ij/src/main/java/ij/gui/HTMLDialog.java:55–55  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

53 editorPane.setText(message); //display the html text with the above style
54 editorPane.getActionMap().put("insert-break", new AbstractAction(){
55 public void actionPerformed(ActionEvent e) {}
56 }); //suppress beep on <ENTER> key
57 JScrollPane scrollPane = new JScrollPane(editorPane);
58 container.add(scrollPane);

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.95

Tested by

no test coverage detected