|
-
July 13th, 2002, 06:25 PM
#1
Member
Java Programming Problem!
Hi All,
I'm working on a program I, and my problem is, I have a button attached to an ActionListener, now the ActionListener calls a method from another class and that method takes some considerable period of time, the thing is that the button gets stuck along with the GUI, I also need to change the content of a status bar from that class (The one containing the method) which is on the same class as the button...
I tried to use Thread(s) but this didn't work or have I done it the wrong way!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|