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

Method actionPerformed

Singular/LIB/surfex/Project.java:286–288  ·  view source on GitHub ↗
(ActionEvent evt)

Source from the content-addressed store, hash-verified

284 // getContentPane().add(bt2);
285 bt3.addActionListener(new ActionListener() {
286 public void actionPerformed(ActionEvent evt) {
287 bt3ActionPerformed(evt);
288 }
289 });
290 if (surfex_.inAnApplet) {
291 controlpanel.add(bt3);

Callers

nothing calls this directly

Calls 12

bt3ActionPerformedMethod · 0.95
bt6ActionPerformedMethod · 0.95
bt1ActionPerformedMethod · 0.95
bt5ActionPerformedMethod · 0.95
bt7ActionPerformedMethod · 0.95
bt2ActionPerformedMethod · 0.95
setInterpolConstMethod · 0.95
saveMethod · 0.95
closeProjectMethod · 0.95
actionCommandMethod · 0.95
getNameMethod · 0.80
setVisibleMethod · 0.80

Tested by

no test coverage detected