Util classes for SimpleGameNet. In time these should be replaced by Apache Commons, etc.
ProportionLayout is a layout manager similar to GridBagLayout, but removing some of its limitations and possible bugs. For example: if a component can not be rendered in its preferred size, but there is more space available for it then its mininum size, it will be between rendered between both sizes, unlike GridBagLayout which will render it in minimum size.