Hello all,
i have created a application gui that use a SwingWorker to update a JTextArea and JTable into a loop. This works fine and the swing components are updated in real-time. My issues started when the frame is iconized and the process continues in background mode. When i deiconized the frame, some lines of my text aren't visible or some JTable's columns data aren't updated and i have to pass with mouse on the JTextArea or click on the JTable's columns to refresh them. I've tried to use a WindowsStateListener to catch when the frame is decoinized and to revalidate and repaint it but this didn't solve my problem.
Do you have some ideas?
Thanks a lot and sorry for my English