![]() |
| ||
| Problem in Timer thread Hey buddies.., I m developing some project using java swing... in that I got a problem like......if i use timer thread in label means i couldnt perform any other action in that panel like button click event and all.... it becomes too slow in action.... |
| ||
| Re: Problem in Timer thread That's correct. You fell into the well known trap of starting a longrunning operation from the AWT eventhandler thread. Start it from another thread and pass it a reference to the label. |
| ||
| Re: Problem in Timer thread Thnx dude.....the problem is solved now |
| All times are GMT -4. The time now is 10:29 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC