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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to