Get resized window size?

hi,
can you paste some code here?
otherwise i checked, and after resize width and height values are correctly updated, but if you used it in setup() i guess you need to reinit some stuff
so may be you can store those values in variables and check if some change occurs if(width != pWidth) to resize your noise map?

or you can try to catch the resized event as Micuat explain in this post

it s a more elegant way to do that, ( above my understanding of java…)