Login  Register

docking windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

docking windows

Paweł Łabno
15 posts
is there any way to dock imagej/fiji windows? i find it very annoying that
windows are hiding all the time.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: docking windows

CARL Philippe (LBP)
466 posts
Dear Pawel,
In order to have the ImageJ/Fiji banner always on top, you can use the following JavaScript code:
        importClass(Packages.ij.IJ)
        IJ.getInstance().setAlwaysOnTop(true);
But I don't think (= I don't know how) it is possible to dock ImageJ/Fiji windows.
My best regards,
Philippe

-----Message d'origine-----
De : ImageJ Interest Group [mailto:[hidden email]] De la part de Pawel Labno
Envoyé : samedi 11 juillet 2015 10:30
À : [hidden email]
Objet : docking windows

is there any way to dock imagej/fiji windows? i find it very annoying that windows are hiding all the time.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: docking windows

ctrueden
1670 posts
Hi Pawel,

Another handy shortcut is that pressing the Enter key brings the main
ImageJ window to the front.

Regards,
Curtis


On Mon, Jul 13, 2015 at 3:10 AM, Philippe CARL <[hidden email]>
wrote:

> Dear Pawel,
> In order to have the ImageJ/Fiji banner always on top, you can use the
> following JavaScript code:
>         importClass(Packages.ij.IJ)
>         IJ.getInstance().setAlwaysOnTop(true);
> But I don't think (= I don't know how) it is possible to dock ImageJ/Fiji
> windows.
> My best regards,
> Philippe
>
> -----Message d'origine-----
> De : ImageJ Interest Group [mailto:[hidden email]] De la part de
> Pawel Labno
> Envoyé : samedi 11 juillet 2015 10:30
> À : [hidden email]
> Objet : docking windows
>
> is there any way to dock imagej/fiji windows? i find it very annoying that
> windows are hiding all the time.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: docking windows

Peter van Loon
32 posts
In reply to this post by Paweł Łabno
Dear Pawel,

Maybe you can use a general utility to set windows on top. For Windows OS I use FileBox eXtender. But there are many more.

Regards,
Peter