Re: Casting a String object to a Form object
Posted By:
Anonymous
Posted On:
Thursday, May 5, 2011 11:43 AM
i think so it will give error.
any way you can try like that
str=(String) listOfFormsVector.elementAt(i);
Form strobj=new Form(str);
it is creating the form as local object
any what is usage of creating form in your task?