(int stopColor)
| 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 |
nothing calls this directly
no test coverage detected