MCPcopy Index your code
hub / github.com/processing/processing / actionPerformed

Method actionPerformed

app/src/processing/app/ui/Welcome.java:84–86  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

82 button.setFont(Toolkit.getSansFont(14, Font.PLAIN));
83 button.addActionListener(new ActionListener() {
84 public void actionPerformed(ActionEvent e) {
85 view.handleClose();
86 }
87 });
88 panel.add(button);
89 //panel.add(Box.createHorizontalGlue());

Callers

nothing calls this directly

Calls 1

handleCloseMethod · 0.45

Tested by

no test coverage detected