Java Processing 2.0 (Using Eclipse) : Switching from window to fullscreen and back
问题 I am using Processing 2.0 in Eclipse and have a question regarding the transition between windowed mode and fullscreen for a running application (not selecting windowed or fullscreen at startup, which is easily solved). This question solves the problem of going from the fullscreen mode in Java Processing to windowed mode. However, I would also like to know how to transition from windowed mode back to fullscreen using Processing. Does anyone have a solution to this problem? 回答1: A bit hacky,