|
On Jan 26, 2009, at 11:57 AM, Benjamin Richier wrote:
> Hi all,
>
> I use the option "use JFileChooser to open/save" to open multiple
> files on my mac but this option is not saved when I quit ImageJ. So I
> always have to reselect it when I reopen ImageJ. Is there a way to let
> it selected and saved in this position ?
The "Use JFileChooser to Open/Save" option is always reset on startup
on Macs because JFileChooser on the Mac is an abomination. You can
either open multiple files using drag and drop or add this line
run("Input/Output...", "use");
to the "AutoRun" macro in StartupMacros.txt.
-wayne
|