Skip to content

Conversation

@parambath92
Copy link

We noticed some display refresh problems with Swing dialogs where the window doesn't repaint itself when we move away from the IGV tab in browser to some other tab or window in the machine. We have to move the cursor over the page multiple times to get it repainted with delay. Attaching screenshot for reference.
Screenshot 2026-01-05 201438
This PR solves the rendering issues when forcing Swing dialogs (instead of native dialogs). The timer ensures windows are periodically repainted to avoid visual glitches or frozen UI elements.

@parambath92
Copy link
Author

Hi @jrobinso , Could you please review the PR for the issue mentioned in the comment ?

@jrobinso
Copy link
Contributor

jrobinso commented Jan 5, 2026

I would prefer to first know why the windows are not repainted naturally. Perhaps the Swing EDT thread is blocked. I am not in favor of repainting all open windows every 500ms.

As noted in previous interactions we are not doing further releases to 2.19.X. Please submit PRs against the "main" branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants