Search
LayoutBuilder.create2By1ColumnLayout Method
See Also
 






Creates a two-column StackPanel whose first 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 create2By1ColumnLayout (
    Component col1row1,
    Component col1row2,
    Component col2
)

 Parameters

col1row1

The first Component in the first column.

col1row2

The second Component in the first column.

col2

The Component in the second column.

 Return Value

A StackPanel instance.

 See Also