JOptionPane and scroll function

后端 未结 4 2269
一整个雨季
一整个雨季 2021-02-20 11:17

I want to JList a lot of results in a JOptionPane, however, I\'m not sure how to add in a scroll function should there be too many results. How would I add a scroll bar to a JOp

4条回答
  •  太阳男子
    2021-02-20 11:38

    Put the objects in a JList or other such component, drop it into a JScrollPane, and put the JScrollPane into the JOptionPane.

提交回复
热议问题