Dialog not refreshing when launched via webstart
Hello all!
Here's my bug scenario :
I've got an application that does a RMI asynchrounous connection to a server. The server processes a client demand, and assynchronously sends progress messages to the client. On client side, a swing dialog is refreshed according to this progress message.
The bug is that when the client is launched on command line using a simple java command,everything works fine. But when I use the same jar in a jnlp file, and import it/execute it with webstart, the dialog is simply not repainting. The client receives all messages and process them (I put a trace), the progress bar in the dialog is effectively changed, but it is not repainted (ALT-TAB, ALT-TAB force the refresh under windows)
Anyone knows if it is a bug or the issue that can cause this problem>?
Thanks!

