On Jan 11, 2007, at 3:21 AM, Philippe Rosay wrote:
> Dear IJ users,
> Id like to restore the session when re opening Image J, id est windows
> left opened when quit to be at the same position on screen. It does not
> seems to be an option. Can it be done? Or can I set up somewhere x,y
> coordinates for action bar, threshold window, result window etc.. ?
Currently, only the position of the ImageJ window is remembered.
Saving other window positions is an item I just added to the "Planned
Features" list at
http://rsb.info.nih.gov/ij/docs/to-do-list.htmlJerome will need to update the Action_Bar plugin at
http://imagejdocu.tudor.lu/Members/jmutterer/Action_Bar/to have it remember its position. He can do this using the Prefs.set()
and Prefs.get() functions described at
http://rsb.info.nih.gov/ij/plugins/preference-demo.html-wayne