Name: rm29839 Date: 06/11/98
Plese overload the costructor of JDialog with:
JDialog(JApplet owner, String title, boolean modal)
What? Security problems? well ....
JInternalFrame(JFrame owner, boolean modal, String title, boolean ...)
and/or
JInternalFrame(JApplet owner, boolean modal, String title, boolean ...)
and/or
JInternalFrame(JLayeredPane owner, boolean modal, String title, boolean ...)
and/or
JModalInternalFrame(..) extends JInternalFrame ...
JInternalFrame are very useful for applets, but
if you need a modal behaviour you must esplicit
"Disabled" the backgrounds components, big drawbacks.
bye, Dario.
(Review ID: 33464)
======================================================================