PZoom is a user interface toolkit for Java that provides seamless integration of traditional Swing user interface components with a zoomable 2D scenegraph. This project was first started in December 2006.
The latest version of PZoom can be downloaded from this site, and the PZoom public source code repository can be found at http://browsecode.org/svn/PZoom/ .
Join the PZoom mailing list for announcements, questions, bug reports, suggestions, and feature requests.
Building Zooming User Interfaces from scratch is a complicated process, because there is a lot of variability in different designs and concepts, which means each new application is written from scratch. PZoom makes a certain class of Zooming User Interfaces that provide semantic abstraction of detail at different zoom levels much simpler to implement.
PZoom is fully genericized, and therefore requires Java 5 or higher.
PZoom requires the following libraries:
The following libraries are optional, but recommended for full use of this library:
For a full list of project dependencies, please refer to the generated dependency page .