Can I instantiate a object within applet's init() method?
843807Oct 24 2002 — edited Oct 26 2002I am trying to call a class object reference (thisObject myObject = new thisObject(string)) in init() method , but give me an error saying cannot resolve the symbol.