thread problem
i am creating one appliation in which i hade created one thread .
in the thread run method i want to create one jframe and wont to use all the element in that jrame like textbox etc.
i am bulding this application in netbeans
so i had created jframe in net beans
and in run method i am creating intance of that class and displaying it using setvisible(true);
but i am not able to access the textboxt etc which are there in form in run method
is there any way to access fom element(textbox in thread) how to do that please tell me

