user jframe in thread
i had created one jframe in netbeans
and in another programe i am creading one thread.
in that thread run method i am creating instance of that jframe.
i am having problem in run method
as there are textbox in my jframe
i am not able to access this jtexflied in run method but i am able to make that frame visible
how to access the element of jframe in run method.
please i am wating for your replys
thasnk in advance

