This is a really dump question I know but...
How the heck do I display a message in a message box with just an OK button
to dismiss it without having to build the dialog muself. Surely there is an
object either in Swing or AWT I can use but I can't seem tolocate one.
Failing this anybody willing to share some source code ?
Cheers
Steve
Steve Cocks wrote in message <72eu74$q...@newstoo.ericsson.se>...
Related question to Steve's:
>How the heck do I display a message in a message box with just an OK button
>to dismiss it without having to build the dialog muself. Surely there is an
>object either in Swing or AWT I can use but I can't seem tolocate one.
Has anyone had problems with the buttons that JOptionPane displays? In
particular, it seems that the OK button doesn't get sized correctly and so
instead of the normal OK text being displayed, just an ellipse is displayed?
--gordon tillman (g...@mindspring.com)
Thanks for the help.
Cheers
Steve