Package com.imagero.swing.layout

Interface Summary
SortableContainer RainLayout uses this interface to sort components.
 

Class Summary
BCLayout BCLayout - like BorderLayout but components may be placed in corners.
RainLayout RainLayout features: both horizontal and vertical orientation, ordering of Components according to Comparator provided by Container.
ToolBarLayout ToolBarLayout.
ToolBarLayout.PointRow since ToolBarDragHandler can't communicate direct with ToolBarLayout I use this class to pass row computed from Point supplied by ToolBarLayout back to ToolBarDragHandler