Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A peculiar problem
- From: Sujit_Maharana@xxxxxxxxxxxxxxx (Sujit_Maharana@xxxxxxxxxxxxxxx)
- Subject: A peculiar problem
- Date: Tue, 29 Feb 2000 03:09:17 +0530
I have 2 frames, fra1 & fra2. fra1 calls fra2 both the frame implement Runnable, I start the thread of fra1 before the setvisible, then I start the thread of fra2 after a button in fra1 is pressed but before fra2 displayed. the run method of fra1 gets all the rqd to the vector. & the run method of fra2 populates those vecto to a choice box. Now my problems are :- 1. the fra2 hangs some time, doesn't display at all, I've joined the thread of fra1 with the button press. 2. the size of fra2 goes on decreasing if I close & open fra2 without doing any other operation. I only click on the button of the fra1, which populates the data of fra2. Is there any reasons why this happens Thanks & Regards, Sujit --- To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx
- Prev by Date: Thread.stop() deprecation
- Next by Date: hi
- Previous by thread: Thread.stop() deprecation
- Next by thread: Getting Output from another Class's methods......
- Index(es):