### Window Tunnel

This is a micro-tool that allows to project a portion of the screen into another window.
It works by creating three windows:
 * [TL] (Top-Left)
 * [BR] (Bottom Right)
 * Window-Tunnel

The screen area between [TL] and [BR] will be captured and displayed in the "Window-Tunnel" window.
When one of [TL] or [BR] are moved, the size of "Window-Tunnel" is changed appropriately.

#### Why?

I have a very big screen and most meeting-tools only allow to share either the entire screen or single windows.
But when I share my entire screen, nobody else can actually read anything because the text will be way too small on their end.
What I actually need is to be able to only share a portion of my screen.

With this tool I can project the portion of the screen that I want to share into it's own window and then only share
that window with the meeting.

#### How?

To build the tool, run `ant jar`.

To run the tool after build, run `java -jar jar/window-tunnel.jar`.

Or do both in one with `ant run`.
