I recently updated to Processing 3.3.1 and Python Mode Build 3022. And when I try `frame.setTitle(string)` I now get the Error Message: AttributeError: 'NoneType' object has no attribute 'setTitle' In the previous Version `frame.setTitle(string)`was working,