(int wide, int high)
| 6534 | |
| 6535 | |
| 6536 | @Override |
| 6537 | public void resize(int wide, int high) { |
| 6538 | PGraphics.showMethodWarning("resize"); |
| 6539 | } |
| 6540 | |
| 6541 | |
| 6542 | ////////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected