[3281] in java-interest
Re: dialogs, applets, and frames
daemon@ATHENA.MIT.EDU (Jim Graham)
Sun Nov 5 23:47:10 1995
Date: Sun, 5 Nov 1995 19:06:06 -0800
From: flar@bendenweyr.Eng.Sun.COM (Jim Graham)
To: java-interest@java.Eng.Sun.COM, lemayp@lne.com
> To create a new Dialog, you have to have a Frame argument for that
> dialog to attach to. Does this mean I can only have dialogs for
> actual popup windows -- not applets? Applets aren't frames.
I believe that you should be able to follow your parent chain up until
you get a null. The last parent you get before the null should be a
top level frame that you can associate your dialog with.
...jim
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com