MigLayout push VS grow
What is the difference between these two constraints? From documentation: PUSH - makes the row and/or column that the component is residing in grow with "weight" GROW - Sets how keen the component should be to grow in relation to other component in the same cell. So, the main idea is to shrink size inside and outside of component? It is important to understand that fill , (column, row) grow , push work in conjunction with the (component) grow to define the layout. (There are two different grow constraints that do different things.) MigLayout is a grid-based manager. (More precisely, its most