Memory status bar

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

Memory status bar

Samuel Meulenyzer-2
Hi everybody,

I try to add the 'memory status bar' opened at the same time as I launch ImageJ software. I think it's should be not so difficult to make it. As I'm not a java specialist It is a little bit difficult for me. Is somebody try to do that ?

Thanks a lot.

Samuel


      _____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
Reply | Threaded
Open this post in threaded view
|

Re: Memory status bar

Wayne Rasband
You can run any ImageJ command at startup by adding a run() statement  
to the AutoRun macro in the StartupMacros file. For example, to open  
the Memory Monitor when ImageJ is launched, change

    //macro "AutoRun" {
    //    run("My Plugin");
    //}

in StartupMacros.txt to

    macro "AutoRun" {
        run("Monitor Memory...");
    }

-wayne

On Oct 23, 2007, at 5:30 AM, Samuel Meulenyzer wrote:

> Hi everybody,
>
> I try to add the 'memory status bar' opened at the same time as I  
> launch ImageJ software. I think it's should be not so difficult to  
> make it. As I'm not a java specialist It is a little bit difficult for  
> me. Is somebody try to do that ?
>
> Thanks a lot.
>
> Samuel
>
>
>        
> _______________________________________________________________________
> ______
> Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers  
> Yahoo! Mail
>