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

Method run

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

Source from the content-addressed store, hash-verified

3075 public void actionPerformed(ActionEvent evt) {
3076 Runnable runnable = new Runnable() {
3077 @Override
3078 public void run() {
3079 newResourceDialog.setTitle("Parameters for the new "
3080 + rData.getName());
3081 fileChooser.setResource(rData.getClassName());
3082 resourceReferenceChooser.setResource(rData.getClassName());
3083 newResourceDialog.show(rData);
3084 }
3085 };
3086 SwingUtilities.invokeLater(runnable);
3087 } // actionPerformed

Callers

nothing calls this directly

Calls 5

setTitleMethod · 0.80
getClassNameMethod · 0.80
getNameMethod · 0.65
setResourceMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected