JDK-4147961 : Modal windows (or JInternalFrame) for Applets
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_95
  • CPU: x86
  • Submitted: 1998-06-11
  • Updated: 2000-03-15
  • Resolved: 2000-03-15
Related Reports
Duplicate :  
Description

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)
======================================================================

Comments
EVALUATION This is a duplicate for 4139692. amy.fowler@Eng 2000-03-15
15-03-2000