We are about to switch to a new forum software. Until then we have removed the registration on this forum.
hello. at this time when i run my sketch 3 differents windows (PAplets) are opening, to controll different parameters of objects. but all of them open in the same place (the center of the screen), so i need to move it to see it. is there any way to pick the place of the windows when the sketch is ejecute? e.x one next to the other.
Answers
Check
getSurface().setLocation()
here: https://forum.processing.org/two/discussion/26615/mouse-focus-with-multiple-windows#latestAlso related, possibly helpful:
https://forum.processing.org/two/discussion/4712/window-location
https://forum.processing.org/one/topic/how-to-set-the-initial-position-of-the-sketch-window.html
Also consider moving to the new forum. You will need to create an account there: https://discourse.processing.org
Kf
https://Forum.Processing.org/two/discussion/16689/how-do-i-make-a-random-image-from-my-data-be-the-background#Item_14