I have an applet that shows a dialog that is
supposed to be modal. Since the only way i have found to display a dialog within
an applet, is to create a parent frame for the dialog, the dialog wont be modal
for the applet, only for the frame. Because of this the dialog isnt modal within
the applet.
Can anyone send me the code for creating modal dialogs for
applets?
Thanks!!