I saw a message a while back in the list about using modal dialogs in Applets. I just want to get a Dialog to work in an applet and could use some advice. The constructor for a Dialog wants a Frame. How do I get a Frame from a JApplet? Some documentation I had suggested using the getParent() method on the applet, but this is no good since it returns a Container. Doug
- Modal Dialog within applets Thor Erik Karlsen
- Re: Modal Dialog within applets Carlos Alberto Roman Zamitiz
- Re: Modal Dialog within applets Dimitris Vyzovitis
- Re: Modal Dialog within applets Thor Erik Karlsen
- Re: Dialogs in applets [finding the ... Doug Welzel
- Re: Dialogs in applets [finding ... peter . pilgrim