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".

Reply via email to