Search
LayoutBuilder.createAndAdd1By2ColumnLayout Method
See Also
 






Creates a two-column stack panel whose first column is a vertical stack of two components. The panel is automatically added to the Dashboard's LayoutPanel.

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

 Syntax

Java  Copy Code

public StackPanel createAndAdd1By2ColumnLayout (
    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