MCPcopy Index your code
hub / github.com/benfry/processing4 / mousePressed

Method mousePressed

app/src/processing/app/ui/ExportPrompt.java:219–221  ·  view source on GitHub ↗
(MouseEvent event)

Source from the content-addressed store, hash-verified

217 final JLabel warningLabel = new JLabel(embed ? embedWarning : nopeWarning);
218 warningLabel.addMouseListener(new MouseAdapter() {
219 public void mousePressed(MouseEvent event) {
220 Platform.openURL(JAVA_DOWNLOAD_URL);
221 }
222 });
223 warningLabel.setBorder(new EmptyBorder(3, 13, 3, 13));
224// warningLabel.putClientProperty("FlatLaf.styleClass", "medium");

Callers

nothing calls this directly

Calls 5

openURLMethod · 0.95
isXcodeInstalledMethod · 0.95
execMethod · 0.95
resetXcodeInstalledMethod · 0.95
setVisibleMethod · 0.65

Tested by

no test coverage detected