
Signature
Andrey Kuznetsov
http://uio.imagero.com Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities
>> Does it handle multi-screen environments properly? I have a dual
>> screen set up at home, and some of the "tricks" that some apps I've
[quoted text clipped - 7 lines]
> it should work with any given rectangle (for example - stay at right half
> of 3th screen).
What if the screens don't form a triangle? For example, what if I have
one screen which has a resolution of 1600x1200, and another screen just to
the right of it whose resolution is 800x600? Then the logical layout of my
desktop might look like this:
________
| |
| | ____
| || |
|________||____|
Which as you can see, forms a (non-regular) hexagon.
- Oliver
Andrey Kuznetsov - 03 Sep 2005 10:42 GMT
> What if the screens don't form a triangle? For example, what if I have
> one screen which has a resolution of 1600x1200, and another screen just to
[quoted text clipped - 6 lines]
> | || |
> |________||____|
In this case you can install your own handler instead.
Or I can change my handler to accept multiple rectangles.

Signature
Andrey Kuznetsov
http://uio.imagero.com Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities