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
Put the objects in a JList or other such component, drop it into a JScrollPane, and put the JScrollPane into the JOptionPane.
JList
JScrollPane
JOptionPane