org.nihongoresources.flowlayoutplusplus
Class TestBetterFlowLayout

java.lang.Object
  extended by org.nihongoresources.flowlayoutplusplus.BetterFlowLayout
      extended by org.nihongoresources.flowlayoutplusplus.TestBetterFlowLayout
All Implemented Interfaces:
java.awt.event.ComponentListener, java.awt.LayoutManager, java.util.EventListener

public class TestBetterFlowLayout
extends BetterFlowLayout

This is a test class for the BetterFlowLayout layout manager.


Field Summary
 
Fields inherited from class org.nihongoresources.flowlayoutplusplus.BetterFlowLayout
components, DEFAULT_BLOCK_BREAK_HEIGHT, DEFAULT_LINE_SPACING, HORIZONTAL_ALIGN_CENTER, HORIZONTAL_ALIGN_JUSTIFY, HORIZONTAL_ALIGN_LEFT, HORIZONTAL_ALIGN_RIGHT, VERTICAL_ALIGN_BOTTOM, VERTICAL_ALIGN_MIDDLE, VERTICAL_ALIGN_TOP
 
Constructor Summary
TestBetterFlowLayout()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.nihongoresources.flowlayoutplusplus.BetterFlowLayout
addLayoutComponent, addNewLine, addNewLine, componentHidden, componentMoved, componentResized, componentShown, getBlockBreakHeight, getHAlign, getLineSpacing, getVAlign, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setBlockBreakHeight, setHAlign, setLineSpacing, setVAlign, startNewBlock, startNewBlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBetterFlowLayout

public TestBetterFlowLayout()
Method Detail

main

public static void main(java.lang.String[] args)