----------------------------------------------------------------------
-----------------  ZAF 5 EXAMPLE PROGRAMS - Beta 3  ------------------
----------------------------------------------------------------------


HELLO
-----
Most trivial of all example programs.  Basic window creation.

   Hello1  - Create a simple window in straight code.

   Hello2  - Load a simple window from a persistent object data file.



LIGHT
-----
Custom user palettes and basic custom drawing functionality.

   Light1  - Simple example draws an on/off LED.

   Light2  - More impressive example builds on "Light1" to draw a
             traffic light.



ANIMATE
-------
Demonstrate simple derivation and use of ZafDataManager to build a useful
AnimatedBitmap class suitable for end-user applications.

   Bitmap1 - Simple derived class to read and display ZafBitmapData.

   Bitmap2 - Improved bitmap display class generalized for application use.

   Bitmap3 - Simple animated bitmap class derived from previous class.

   Bitmap4 - Improved animated bitmap class generalized for application use.
             Shows use of ZafDataManager to allocate, free, and track data
             elements.



TABLE
-----
Show different types of table appearance and data interface.

   Table1  - The most common type of table: row and column headers,
             grid lines, non-bordered children.

   Table2  - Same program: no row header, no grid lines, bordered children.

   Table3  - Same program: no grid lines, non-bordered children.  Looks like
             a list control.

   Table4  - Simple, home-grown database example.
