The problem is that I cannot get the parameter values in the main() method, and I need 
the values here, because
new MainFrame(new HelloUniverse(), 100, 100)   is called from main(), which is 
executed before init().
Should I have to run the applet without using the MainFrame class ?

Many thanks !!

Dani


Why don't you pass command line parameters in the main method when running
the applet as an application(which is what the main method is for) and use
the init getparameters for when running in browser ?

Jannie

-----Original Message-----
From: Daniel Moscoso [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 20, 2001 11:39 AM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Applet parameters


Hi all !!

I know that parameters can be passed to an applet from the HTML file with
<PARAM name=paramName value=paramValue>. But the parameter values can be
caught with getParameter(...) only in the init() method of the applet.

The applets usually written in java3d have the main() method and construct
the applet with new MainFrame(new HelloUniverse(), 100, 100), for example.
But the method getParameter() cannot be used or returns null if it's not
called from init() applet method.

Does anyone know a way to catch this parameters ? Has the applet to be used
in another way ?

Thanks in advanced !!

Dani


--

Diese E-Mail enth�lt vertrauliche und/oder rechtlich gesch�tzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrt�mlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorised copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".





--

Diese E-Mail enth�lt vertrauliche und/oder rechtlich gesch�tzte Informationen. Wenn 
Sie nicht der richtige Adressat sind oder diese E-Mail irrt�mlich erhalten haben, 
informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das 
unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorised copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to