Login  Register

Re: Plugin for Image Fullscreening

Posted by dscho on Feb 11, 2011; 5:58pm
URL: http://imagej.273.s1.nabble.com/Plugin-for-Image-Fullscreening-tp3685711p3685713.html

Dear Ivan,

On Fri, 11 Feb 2011, Suarez, Ivan * wrote:

> The code works well. However, whenever I run the code it fullscreens it
> in the main monitor. We want to display these images in 2 high
> resolution monitors connected to the system. Therefore, I want to be
> able to control which device will the code fullscreen the image on.
> Where in the code can I do this?

As I said, I wrote this for fun, and there are a few shortcomings that I
hope you will fix (and of course provide me with the fixed version).

The code currently uses always the default screen. You would need to find
out what the screen device is which displays the window currently. For
this, I would suggest to study the documentation of AWT and/or ask your
search engine of choice.

Ciao,
Johannes