Creates horizontal stack panels for Component-s on the same row and adds them to a vertical StackPanel.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
Java Copy Code |
---|
public StackPanel create2By2Layout ( |
The first Component on the first row.
The second Component on the first row.
The first Component on the second row.
The second Component on the second row.
A StackPanel instance.