[5540] in java-interest
Re:
daemon@ATHENA.MIT.EDU (Heather Swayne)
Thu Feb 15 15:14:20 1996
Date: Thu, 15 Feb 1996 10:53:17 PST
From: Heather Swayne <hswayne@wrc.xerox.com>
To: COLLINS-LEE <collinsl@norcmail.uchicago.edu>
Cc: java-interest@java.sun.com
Elliotte Harold explains all of this in his Mondrian examples, within his Java
Tutorial: Brewing Java.
check it out:
http://sunsite.unc.edu/javafaq/javatutorial.html
hope this helps,
Heather
COLLINS-LEE wrote:
>
> Java Gurus,
>
> Can anyone explain to me how I can load an applet dynamically through
> a Java application and pass it <Param> information that would normally
> be with the applet tag.
>
> The *real* question is, how does an applet loaded from an HTML page
> get the parameters? What class? What method? When?
>
>
> //----------------------------------------------------------------------
> class LeeCollins extends JavaDeveloper implements IllustriousJavaCode
> {
> public LeeCollins()
> {
> MailAddress ma =
> new MailAddress("collinsl@norcmail.uchicago.edu");
> }
> }
> //----------------------------------------------------------------------
>
>
> -
> This message was sent to the java-interest mailing list
> Info: send 'help' to java-interest-request@java.sun.com
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com