Class VerticalLayout

java.lang.Object
org.jdesktop.swingx.VerticalLayout
All Implemented Interfaces:
LayoutManager, Serializable
Direct Known Subclasses:
BasicTaskPaneContainerUI.VerticalLayoutUIResource

@JavaBean public class VerticalLayout extends Object
Organizes components in a vertical layout.
Author:
fred, Karl Schaefer
See Also:
  • Constructor Details

    • VerticalLayout

      public VerticalLayout()
      Creates a layout without a gap between components.
    • VerticalLayout

      public VerticalLayout(int gap)
      Creates a layout with the specified gap between components.
      Parameters:
      gap - the gap between components
  • Method Details