How to NOT open windows above each other
Posted by Burni on Apr 09, 2014; 9:49am
URL: http://imagej.273.s1.nabble.com/How-to-NOT-open-windows-above-each-other-tp5007253.html
Greetings,
I'm working on a program in Beanshell.
At one point, I'm opening a number of plot profiles which I then fit.
So if I for example generate 5 plot profiles and fit each one, I'll have 10 windows, which all open on top of each other.
Is there a way to open windows so that they occupy an 'unused' part of the screen?
I already found something that might help a little. With the setNextLocation()-function I can specify the location of the next opened window. But I would have to specify the position of every single window. Is there an automated function for what I have in mind?
Burni