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
Java Copy Code |
---|
public StackPanel createAndAdd1By2RowLayout ( |
The Component on the first row.
The first Component on the second row.
The second Component on the second row.
A StackPanel instance.