Hi everyone,

I was wondering whether it has a reason that in DialogUtils.showError it
says JOptionPane.show*Internal*MessageDialog, where it says
JOptionPane.showMessageDialog in all the other methods.

The method is called if there is an error In saros/I, for example when the
sessionNegotiation fails, which then displays an error message box. So far
so good. The box has several problems though:
- it is too small (only the standard window buttons) and in the upper left
corner, very easy to miss that it is there
- If you click ok, the text disapeares, but the box doesn't close
- if you hit the X, nothing happenes, so you can't close the dialog box at
all.

If you change show*Internal*MessageDialog to showMessageDialog it works
fine.

So is the "Internal" just an accident or does it have a special purpose?

Regards
Michaela
------------------------------------------------------------------------------
_______________________________________________
DPP-Devel mailing list
DPP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-devel

Reply via email to