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

Method mouseClicked

app/src/processing/app/ui/Welcome2.java:161–164  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

159 readNew.setCursor(new Cursor(Cursor.HAND_CURSOR));
160 readNew.addMouseListener(new MouseAdapter() {
161 @Override
162 public void mouseClicked(MouseEvent e) {
163 Platform.openURL(whatsNewUrl);
164 }
165 });
166 c.gridwidth = 2;
167 c.gridx = 0;

Callers

nothing calls this directly

Calls 1

openURLMethod · 0.95

Tested by

no test coverage detected