imagej / imagej-ui-swing

ImageJ UI for Java Swing.
BSD 2-Clause "Simplified" License
10 stars 20 forks source link

Consider using plugins as base save directory #41

Closed hinerm closed 9 years ago

hinerm commented 9 years ago

Right now we use imagej.dir which behaves poorly on OSX.

It might make more sense to use IJ.app/plugins as a short-term workaround. However this wouldn't help if someone wanted to save to /macros, for example.

Better long-term solution would be completing #19 and using the ImageJ 1.x dialog

ctrueden commented 9 years ago

Actually, I would suggest using System.getProperty("user.home") by default. But it's moot now that #19 is merged.