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

Method actionPerformed

app/src/processing/app/ui/Welcome2.java:306–309  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

304 getStarted.setFont(bodyFont);
305 getStarted.addActionListener(new ActionListener() {
306 @Override
307 public void actionPerformed(ActionEvent e) {
308 handleClose();
309 }
310 });
311 c.fill = GridBagConstraints.NONE;
312 c.gridx = 0;

Callers

nothing calls this directly

Calls 1

handleCloseMethod · 0.95

Tested by

no test coverage detected