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
you can add any JComponent(s) to JOptionPane, including JScrollPane contains JList
JComponent(s)