Components package holds game components, which are striped down version of java components. The main reason for these classes is to create components that are of a static size, usually the image associated to the component. These Components are designed to be used with the animation classes, allowing them to be animated. Also, Game Components are set to be a set size.

Package Specification

Related Documentation