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

Method actionPerformed

src/main/java/gate/gui/MainFrame.java:813–816  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

811 final JButton okButton = new JButton("OK");
812 okButton.addActionListener(new ActionListener() {
813 @Override
814 public void actionPerformed(ActionEvent e) {
815 splash.setVisible(false);
816 }
817 });
818 okButton.setBackground(Color.white);
819 splashBox.add(okButton, constraints);

Callers 8

keyPressedMethod · 0.45
invokeMethod · 0.45
processWindowEventMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
actionPerformedMethod · 0.45

Calls 15

isBenchmarkingEnabledMethod · 0.95
showHelpFrameMethod · 0.95
getUserConfigMethod · 0.95
setBenchmarkFileMethod · 0.95
setSortOrderMethod · 0.95
executeReportMethod · 0.95
getReportFileMethod · 0.95
setBenchmarkFileMethod · 0.95
setPRMatchingRegexMethod · 0.95

Tested by

no test coverage detected