K
kastis
I'm calling remote methods on the server, where database queries are
executed.
sometimes it takes a while to get the results back to the client side.
I'm trying to display JDialog with message to wait, but while dialog
box appears immediatelly, the content inside it only appears when
remote method returns data, and that makes dialog box rather
irelevant.
what can I do to get message window displayed while waiting for data?
executed.
sometimes it takes a while to get the results back to the client side.
I'm trying to display JDialog with message to wait, but while dialog
box appears immediatelly, the content inside it only appears when
remote method returns data, and that makes dialog box rather
irelevant.
what can I do to get message window displayed while waiting for data?