LayoutManager: No Constraints
Don’t think that layout managers without constraints are not useful!
One of the most useful constraint-free layout manager is “GridLayout”.
public GridLayout();
public GridLayout(int rows, int cols);
public GridLayout(int rows, int cols,
int hgap, int vgap);
Previous slide
Next slide
Back to first slide
View graphic version