Class BoxLayoutVertical

java.lang.Object
javax.swing.BoxLayout
org.woehlke.computer.kurzweil.commons.layouts.BoxLayoutVertical
All Implemented Interfaces:
LayoutManager, LayoutManager2, Serializable

public class BoxLayoutVertical extends BoxLayout
See Also:
  • Constructor Details

    • BoxLayoutVertical

      public BoxLayoutVertical(Container target)
      Creates a layout manager that will lay out components along the given axis.
      Parameters:
      target - the container that needs to be laid out
      Throws:
      AWTError - if the value of axis is invalid