The zoomable user interface API, Piccolo, is a powerful API for building custom Java2D applications. However, Piccolo is only a base API and to keep the core simple many basic widgets are recreated by a large cross-section of the developers using Piccolo. This project aims to reduce this replication of effort by providing a home for pieces of code written on top of Piccolo that aren't appropriate to include in the base distribution, yet can be reused by other Piccolo developers.
How to use this project
- write at least a one page description of the component you are contributing, similar to the TimelineWidget page.
- checkout the trunk of the project from svn and export your code to a subdirectory of piccolo-user-contributions. This should include code, resources, libraries, everything it takes to build the component your contributing, but no more!
- Enjoy!