Search
LayoutBuilder.create2By1RowLayout Method
See Also
 






Creates a two-row StackPanel whose first row is a horizontal stack of two Component-s.

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

 Syntax

Java  Copy Code

public StackPanel create2By1RowLayout (
    Component row1col1,
    Component row1col2,
    Component row2
)

 Parameters

row1col1

The first Component on first row.

row1col2

The second Component on the first row.

row2

The component on the second row.

 Return Value

A StackPanel instance.

 See Also