How to have a Scrollable JTextPane?

前端 未结 5 2073
余生分开走
余生分开走 2021-01-07 22:22

I would like to have a JTextPane that have scroll bar, how can I do so ? Thanks.

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-07 22:55

    Wrap it into a JScrollPane. Read the swing tutorial about scroll panes.

提交回复
热议问题