JOptionPane

I want to add a scrollbar to my JOptionPane dialog box (showMessage), when the there are a lot of items. I've looked at the JOptionPane API but I can't seem to find anything.Does anyone have any ideas?Thanks.
[231 byte] By [java4life87a] at [2007-10-3 4:09:44]
# 1
why don't you make your own frame ?
speed_of_lighta at 2007-7-14 22:09:50 > top of Java-index,Java Essentials,Java Programming...
# 2

After a couple hundred posting you should know that Swing related questions should be posted in the Swing forum.

You question doesn't have enough information for a detailed answer so I'll just point you to the [url http://java.sun.com/developer/JDCTechTips/]Beyond The Basics of JOptionPane[/url] Tech Tip.

camickra at 2007-7-14 22:09:50 > top of Java-index,Java Essentials,Java Programming...