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

Method deprecationWarning

core/src/processing/core/PApplet.java:11028–11032  ·  view source on GitHub ↗
(String method)

Source from the content-addressed store, hash-verified

11026 }
11027
11028 private void deprecationWarning(String method) {
11029 PGraphics.showWarning("Use surface." + method + "() instead of " +
11030 "frame." + method + " in Processing 3");
11031 //new Exception(method).printStackTrace(System.out);
11032 }
11033 };
11034
11035 surface.initFrame(this); //, backgroundColor, displayNum, fullScreen, spanDisplays);

Callers 4

setResizableMethod · 0.95
setVisibleMethod · 0.95
setTitleMethod · 0.95
setSizeMethod · 0.95

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected