Search
LayoutBuilder.create1By2ColumnLayout Method
See Also
 






Creates a two-column StackPanel whose second column is a vertical stack of two Component-s.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public StackPanel create1By2ColumnLayout (
    Component col1,
    Component col2row1,
    Component col2row2
)

 Parameters

col1

The Component in the first column.

col2row1

The first Component in the second column.

col2row2

The second Component in the second column.

 Return Value

A StackPanel instance.

 See Also