thread problem
hi i am building on application in in Gui using net beans
in this i am creating one thread to receive server response and i am able to receive the message from server
but my problem is i am unable to access j frame element in thread
so can anyone help me please.....
waiting
how to access the form element in thread run method
like jlable1.setText("a");
waiting from reply

