It's you again! Thanks a lot. :) Just a little more questions (hope you don't mind).
About your code, I don't quite understand this part:`def setup(p): p.width == 100 and p.settings()`
and this:`p.ellipse(p.width>>1, p.height>>1, p.width>>1, p.height>>1)`
Can you please explain a bit?
I tried to call p.fullScreen() in the second window, and it worked. But is there a way to turn on fullscreen mode and then turn it off in the second window or in the first sketch window?
When I closed the second window or the third window, the other windows were also closed. Is there a way to keep all other windows open?
Answers
Just gonna re-post what I had already done @ : https://forum.Processing.org/two/discussion/16457/size-method-for-intial-window-not-working-when-more-windows-are-are-added#Item_2
It's you again! Thanks a lot. :) Just a little more questions (hope you don't mind).