Image Viewer Example:

Demo
This demo represents a small application image viewer program. It consists of a display window containing a large satellite image of San Francisco, a panner window which contains a scaled down version of the image, and a slider box, buttons to position the image to predefined locations, and a brightness slider. Moving the mouse inside the panner window will cause the x and y positions to be displayed. This demo utilizes features from JAI and Java2D.

JAI
Integration of Java, Swing, Java2D, and JAI are demonstrated.

Theory
This example integrates a variety of Java components to produce a simple image viewer applicaiton.