How do I make this FlowLayout wrap within its JSplitPane?

后端 未结 2 848
情书的邮戳
情书的邮戳 2021-01-07 08:41

I wrote this code sample to illustrate a problem I\'m having with my program.

I expect to be able to slide the JSplitPane\'s slider bar to the left, beyond the edge

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-07 09:27

    Is there another layout manager besides FlowLayout that will do what I'm looking for?

    Wrap Layout should work.

提交回复
热议问题