You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michael Ni <mi...@hotmail.com> on 2003/06/19 20:32:34 UTC

java applets

does anyone know if you can call instances to your own classes from java 
applets?

ex.

class MyApplet extends Applet{
  MyClass temp = new MyClass();
}

class MyClass {
  MyClass()
}

for some reason when i do that everthing below my instantiation gets cut off

mike

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: java applets

Posted by "Michele Neylon :: BlacknightSolutions" <mi...@blacknightsolutions.com>.
Hmm... My understanding of applets is that they are entirely client-side, so
I don't think you can.

Mr. Michele Neylon
Blacknight Solutions
http://www.blacknightsolutions.com/
Spam & Virus scanning available

 



#########################################################
This message (and any attachment) is intended only for the 
recipient and may contain confidential and/or privileged 
material.  If you have received this in error, please contact the 
sender and delete this message immediately.  Disclosure, copying 
or other action taken in respect of this email or in 
reliance to it is prohibited. 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org