The Artima Developer Community
Sponsored Link

Java Answers Forum
button hangs

3 replies on 1 page. Most recent reply: Aug 22, 2002 6:07 AM by Foued Krichene

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Foued Krichene

Posts: 2
Nickname: foued
Registered: Aug, 2002

button hangs Posted: Aug 1, 2002 8:14 AM
Reply to this message Reply
Advertisement
Hi everybody!
for a project, where i'm working now, i implemented a frontend for the application-i mean a frame with some buttons, textfield...-. If i press the "init"-button the actionPerformed method will start a while-loop, which tests every minute, if Database has changed...
The problem is, that the button hangs, after been clicked; and i can't make no interaction with the window more (i can't press the stop-button).

can anybody help me!
Thanks,
foued.


Don Hill

Posts: 70
Nickname: ssswdon
Registered: Jul, 2002

Re: button hangs Posted: Aug 1, 2002 8:23 AM
Reply to this message Reply
whats the code in the button click event doing ?

Holge Wirtz

Posts: 1
Nickname: howi
Registered: Aug, 2002

Re: button hangs Posted: Aug 1, 2002 11:51 PM
Reply to this message Reply
Hi,
it appears to me, as if you're locking the event dispatch thread. Try to run the checking while loop in an extra thread.

Foued Krichene

Posts: 2
Nickname: foued
Registered: Aug, 2002

Re: button hangs Posted: Aug 22, 2002 6:07 AM
Reply to this message Reply
Hi!
i thank you for your help. I've tried now to run the while loop in an extra thread; and it worked.

Greets from Stuttgart-Germany.

(I cannot answer before today, because i were in journey)

Flat View: This topic has 3 replies on 1 page
Topic: applets-package-images-appletviewer problem !!? Previous Topic   Next Topic Topic: Design and implement a class

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use