
These files are provided so you can see how to derive classes
from the extensible parts of the JX class hierarchy.  (especially
the table and menu classes)

Since this source is compiled into JCore and JX, you cannot modify
the classes by changing this code.

*** IMPORTANT ***

Providing this source code does *not* imply that the internal workings
of the classes are fixed and that you can safely create derived classes
that depend on how the internal code works.  The public and protected
interfaces are the only things that can be expected to be stable.
(i.e. Only changes to these interfaces will be documented.  I also
reserve the right to not include such sample source in future releases,
which means that you might not be able to update your hacks to match
the latest internal details of my code.)

The source is only provided so you can see how to derive classes from
the -base- classes of the source.

If you want to extend a class included here, please ask me to do it
so everybody can benefit from it.

John Lindal
jafl@alice.wonderland.caltech.edu

