2022-November-02 - 2.6+14198
Pre-release
Pre-release
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