Class CornerLayout

java.lang.Object
org.jjazz.uiutilities.api.CornerLayout
All Implemented Interfaces:
LayoutManager, LayoutManager2

public class CornerLayout extends Object implements LayoutManager2
Simple layout which puts components at their preferred size in one of the 4 corners.

Components must be added to container using Container.add(Component comp, Object constraints), constraints being NORTH_WEST etc.