abstractpublic class AbstractTemplate implements Template(Code)
An abstract implementation of a Template that provides basic functionality.
Classes that extend this should typically create their own boxes and
organize them according to their own desires.
author: Richard Gould