I need to force my users to actually click on one of the buttons in a
JOptionPane message dialog, as opposed to dismissing it by hit the Cancel
key or the "X" in the upper-right corner.

How do I go about doing this? I'm using the JOptionPane stuff by
constructing the a JOptionPane and calling its createDialog, so that I can
hold a reference to the dialog object. I thought I could call the
setDefaultCloseOption on the dialog and tell it DO_NOTHING_ON_CLOSE, but
that didn't work.

Thanks for any help,

John

PS. I'm using 1.3
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to