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

Reply via email to