Search
LayoutBuilder.createAndAdd2By1RowLayout Method
See Also
 






Creates a two-row StackPanel whose first 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 createAndAdd2By1RowLayout (
    Component row1col1,
    Component row1col2,
    Component row2
)

 Parameters

row1col1

The first Component on the first row.

row1col2

The second Component on the first row.

row2

The Component on the second row.

 Return Value

A StackPanel instance.

 See Also