Search
LayoutBuilder.createAndAdd1By2RowLayout Method
See Also
 






Creates a two-row StackPanel whose second row is a horizontal stack of two Component-s. 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 createAndAdd1By2RowLayout (
    Component row1,
    Component row2col1,
    Component row2col2
)

 Parameters

row1

The Component on the first row.

row2col1

The first Component on the second row.

row2col2

The second Component on the second row.

 Return Value

A StackPanel instance.

 See Also