Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jeff Cunningham   on Mar 22 In Java Category.

  
Question Answered By: Geneva Morris   on Mar 22

I do not recall there is done() in Timer class. Why
don't you want user close  the dialog  in default way?
If you force user to use OK button to close the
operation, then you have more lucks in using
MessageDialog(). But it would defeat the purpose of
your program.

The way I see it, you probably have problem in
threading. Java is the multithreading language,
powerful but very difficult to debug. Since you apply
Timer, you are save yourself from alot of headache.
But Timer is also in the neighborhood of thread.

Trace your data byte see where's the hell it travels
in your program, main thread, or GUI thread.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on help on closing dialog.. Or get search suggestion and latest updates.


Tagged: