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

Method placePresent

core/src/processing/javafx/PSurfaceFX.java:581–584  ·  view source on GitHub ↗
(int stopColor)

Source from the content-addressed store, hash-verified

579 // http://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setFullScreenExitHint-java.lang.String-
580 // http://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html#setFullScreenExitKeyCombination-javafx.scene.input.KeyCombination-
581 public void placePresent(int stopColor) {
582 // TODO Auto-generated method stub
583 PApplet.hideMenuBar();
584 }
585
586
587 @Override

Callers

nothing calls this directly

Calls 1

hideMenuBarMethod · 0.95

Tested by

no test coverage detected