Hi One feature that I find useful in Swing layouts like MigLayout and FormLayout is column and row groups.
I.e. each column and/or row can belong to at most one group. All columns that belong to a given group is assigned the same height i.e. max preferred height All rows that belong to a given group are assigned the same width, i.e. max preferred width For simplicity, and to prevent conflicting constraints, row and columns may not belong to more than one group. For example, this helps some forms look visually better when I'm mixing various UI controls, because a combobox and a spinner don't always have the same default height. Does this sound interesting to people? Could be a useful addition to TablePane and/or Form. Regards, Noel.
