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

Method run

core/src/processing/core/PApplet.java:1008–1015  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1006 if ("0".equals(result)) {
1007 EventQueue.invokeLater(new Runnable() {
1008 public void run() {
1009 checkLookAndFeel();
1010 final String msg =
1011 "To use fullScreen(SPAN), first turn off “Displays have separate spaces”\n" +
1012 "in System Preferences \u2192 Mission Control. Then log out and log back in.";
1013 JOptionPane.showMessageDialog(null, msg, "Apple's Defaults Stink",
1014 JOptionPane.WARNING_MESSAGE);
1015 }
1016 });
1017 } else if (!"1".equals(result)) {
1018 System.err.println("Could not check the status of “Displays have separate spaces.”");

Callers

nothing calls this directly

Calls 8

checkLookAndFeelMethod · 0.95
methodMethod · 0.95
selectCallbackMethod · 0.95
getFileMethod · 0.80
setVisibleMethod · 0.65
setPropertyMethod · 0.65
getParentMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected