Search
LayoutBuilder.create1By2RowLayout Method
See Also
 






Creates a two-row StackPanel whose second 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 create1By2RowLayout (
    Component row1,
    Component row2col1,
    Component row2col2
)

 Parameters

row1

The Component in the first row.

row2col1

The first Component in the second row.

row2col2

The second Component in the second row.

 Return Value

A StackPanel instance.

 See Also