Duplicate :
|
JOptionPane's showInternal*Dialog methods create non-modal dialogs (implemented as internal frames). This is inconsistent with the show*Dialog methods, which produce modal dialogs. Also, it's inconsistent with the spec, which says that the showInternal*Dialog methods produce modal dialogs. Amy says that the spec is right -- they should be modal. And, of course, they should be internal frames.
|