Wait « Dialog « Java Swing Q&A





1. Please Wait Dialog Box    coderanch.com

Does anyone know where to get a good implementation of a "please wait" dialog box? (Swing - Java application) Preferably with a JProgrssBar inside so that I can inform the user on the progress. This seems like such a common thing, but rather tricky. I have already implemented one (using a separate runnable thread for the dialog) and a SwingWorker for ...

2. "Waiting" Dialog.    coderanch.com

Hi All! I have a problem: I have a Swing Application that comunicate with a server with xml-rpc, and the response sometimes is more than 5 sec. I need to display a "Please wait" - modal dialog.I do this in a new thread, but...this block the work anyway. And...how can I 'hide' dhe dialog when I have the response from server? ...

3. Waiting on a JDialog    coderanch.com