Hello All,
I know many times already talked about this problem but for me non of them helped. I have a client-server application which communicate via sockets.
The method is the following:
- Client make a request to the server
- Server receive the request, process
- Send back the requested data via XML
- The JTable update / populate with new XML data
The client request happen every 5th second so the table flickering is very frequent.
What do you think how able to solve this issue, stop the flickering completely and keep frequent update?
Regards