MCPcopy Create free account
hub / github.com/GateNLP/gate-core / run

Method run

src/main/java/gate/gui/MainFrame.java:4043–4044  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4041 public void actionPerformed(ActionEvent e) {
4042 SwingUtilities.invokeLater(new Runnable() {
4043 @Override
4044 public void run() { select(handle); }
4045 });
4046 }
4047 }

Callers

nothing calls this directly

Calls 1

selectMethod · 0.80

Tested by

no test coverage detected