How do make the parent of the Dialog object an Applet? My applet runs in a browser and I want all input to that applet blocked until the Dialog is dealt with.
The Dialog constructor only accepts a Frame class as its parent. Since my GUI is running in an Applet, I don't have a Frame to assign as the parent of my Dialog. This is a such a dilemma! Please help...
The Dialog constructor only accepts a Frame class as its parent. Since my GUI is running in an Applet, I don't have a Frame to assign as the parent of my Dialog. This is a such a dilemma! Please help...