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