Class GridCellLayout

java.lang.Object
ca.phon.ui.layout.GridCellLayout
All Implemented Interfaces:
LayoutManager, LayoutManager2

public class GridCellLayout extends Object implements LayoutManager2
Layout components in a rigid (i.e., non-scaling) grid. Each component must be added with a GridCellConstraints object which identifies the (x + w, y + h) cell location of the component. Each cell is given equal size and is square. NOTE: This layout allows for overlaps.