This example demonstrates how to place 3 buttons in total with 2 buttons being in the first row. Then a wrap occurs, so the last button is in a new row.
The constraints are simple strings, in this case "wrap" while placing the component.
public class ShowMigLayout {
// Create the ...