(String method)
| 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); |
no test coverage detected