Re: startup
Posted by dscho on Jul 11, 2005; 2:11pm
URL: http://imagej.273.s1.nabble.com/Re-Opening-zip-files-tp3705266p3705269.html
Hi,
On Mon, 11 Jul 2005, Holmes, Charlotte wrote:
> I know you can get macros to run on starting up ImageJ, but is there
> anyway to run a plugin when you start up?
What's wrong with writing a short macro:
run("MyPlugin ","myparam1=x myparam2=y");
Ciao,
Dscho