[863] in java-interest
Displaying applet-created docs
daemon@ATHENA.MIT.EDU (Erik Selberg)
Fri Aug 11 23:45:34 1995
To: java-interest@java.sun.com
Date: Fri, 11 Aug 1995 14:29:28 PDT
From: Erik Selberg <speed@cs.washington.edu>
I'm attempting to write an applet which creates its own page which is
then displayed for the user. What I wish to do is something like :
((WRWindow) item.parent).setDocument(myConstructedDocument).
(where item is from the Applet class)
Unfortunately, setDocument is protected. Is there a clean way to do
this? My current guess is to create a "FakeURL" class whose output
stream just spews out my constructed document, but that seems
obnoxiously roundabout.
-Erik
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com