MCPcopy Create free account
hub / github.com/Singular/Singular / actionPerformed

Method actionPerformed

Singular/LIB/surfex/ProgressFrame.java:94–96  ·  view source on GitHub ↗
(ActionEvent ae)

Source from the content-addressed store, hash-verified

92 controlPanel.add(playMovieButton);
93 cancelButton.addActionListener(new ActionListener(){
94 public void actionPerformed(ActionEvent ae){
95 processCanceled=true;
96 }
97
98 });
99 controlPanel.add(cancelButton);

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected