JFileChooser to Open/Save

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

JFileChooser to Open/Save

Benjamin Richier-2
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 ?

thanks,

Benjamin
Reply | Threaded
Open this post in threaded view
|

Re: JFileChooser to Open/Save

Wayne Rasband
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