Swing: column-flow layout manager?

前端 未结 2 1989
野的像风
野的像风 2021-01-05 23:57

I\'m looking for a LayoutManager that will allow me to show a set of components in a container (e.g. a JPanel), in columns, roughly as follows.

2条回答
  •  逝去的感伤
    2021-01-06 00:44

    One other component that admits this kind of layout is JList, which includes a VERTICAL_WRAP that "Indicates a newspaper style layout with cells flowing vertically then horizontally." Depending on your needs, a suitable ListCellRenderer, mentioned here, may be suffice.

提交回复
热议问题