Windowing test

This is a Java application for computing all rectangles that overlap a given query rectangle (shown in a blue color).
It implements an algorithm which is based on a new data structure Rectangle Tree.

Please enter the number of rectangles to generate and press the button on the Java Application Window.

Source code

Algorithm description