Package com.hdcookbook.grinxlet

This package contains a generic xlet that's designed to be configurable for a GRIN-based xlet.

See:
          Description

Class Summary
DebugDirectDrawEngine A double-buffered animation engine that uses direct draw, and can be set in "debug draw" mode.
DebugLog A class to manage the debug log.
GrinXlet The xlet class for a grin-centric xlet project.
XletDirector The director for the small xlet UI that manages test state using the popup menu.
 

Package com.hdcookbook.grinxlet Description

This package contains a generic xlet that's designed to be configurable for a GRIN-based xlet. It can be used by setting up a build properties file in a new directory, and providing a GRIN show file and director.

See the README.txt file in this project's base directory (xlets/GrinXlet) for a more thorough discussion of how to use this xlet container.