Package matthew.awt

Class Summary
StrutLayout StrutLayout is an AWT layout manager that lays out components by logically connecting them with struts.
StrutLayout.ComponentInfo Stores constraint information for a component.
StrutLayout.SizeGroupInfo Stores size group information.
StrutLayout.SpringInfo Stores spring constraint information.
StrutLayout.Strut Represents a strut going from a parent component to a child (see StrutLayout.StrutConstraint for a description of struts).
StrutLayout.StrutConnection Represents a strut from a parent to a child.
StrutLayout.StrutConstraint Represents a strut constraint placed on the location of a component.
StrutLayout.VectorConstraint Represents a strut with arbritrary direction and length.