Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I show and hide a popup message by the program

843806May 19 2007 — edited May 19 2007
Hi,

I've the following problem. Sometime the program must wait to open a seriel port. On slow machines, this could take some seconds.
During this time I'll display a popup message with the message "please, be patient....".
After the port is open, the message should be hide by the program.

JOptionPane could be good, but without a "OK" button. Everthing should be controlled by the program.
I would implement the Runnable interface for the showing of the popup message.

Any ideas? Thanks in advance.

Hans
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2007
Added on May 19 2007
2 comments
174 views