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

Method setTitle

core/src/processing/core/PApplet.java:11001–11005  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

10999 }
11000
11001 @Override
11002 public void setTitle(String title) {
11003 deprecationWarning("setTitle");
11004 surface.setTitle(title);
11005 }
11006
11007 @Override
11008 public void setUndecorated(boolean ignored) {

Callers

nothing calls this directly

Calls 2

deprecationWarningMethod · 0.95
setTitleMethod · 0.65

Tested by

no test coverage detected