Creates a two-column StackPanel whose first column is a vertical 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 createAndAdd2By1ColumnLayout ( |
The first Component in the first column.
The second Component in the first column.
The Component in the second column.
A StackPanel instance.