As per the specifications of the Modal dialog in JDK1.2 the inputs to all top
level windows will be blocked, except for any windows created with the
dialog as their owner. In our application "JavaStar" a modal dialog may create
Frames which requires user interaction and it's working fine with JDK1.1.X but
does not work with JDK2.0 since the inputs to the newly created frames are blocked and the user cannot do anything.
Even if we Create Dialogs instead of Frames with the parent Dialog, the JavaStar
will not work with JDK1.1.X 'cos there is no constructor which accepts Dialog
as parent.
level windows will be blocked, except for any windows created with the
dialog as their owner. In our application "JavaStar" a modal dialog may create
Frames which requires user interaction and it's working fine with JDK1.1.X but
does not work with JDK2.0 since the inputs to the newly created frames are blocked and the user cannot do anything.
Even if we Create Dialogs instead of Frames with the parent Dialog, the JavaStar
will not work with JDK1.1.X 'cos there is no constructor which accepts Dialog
as parent.