Skip to content

2022-November-02 - 2.6+14198

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Nov 00:18
fd3bd3b
Fix in SwingComponents#promptUser - always run on EDT (#11174)

* Fix in SwingComponents#promptUser - always run on EDT

This update ensures we will run the 'prompt user' code
on the swing EDT, thereby avoiding swing threading errors
where it complains when UI components are created off of the
EDT.

* Formatting