On Thu, 4 Jan 2024 07:23:59 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> Clicking to open a JComboBox popup during AWT event processing at the end of > which the dialog will be closed causes an IllegalComponentStateException. > Fix is made to check if combobox is showing before showing the popup to > prevent the exception. This pull request has now been integrated. Changeset: e4427698 Author: Prasanta Sadhukhan <[email protected]> URL: https://git.openjdk.org/jdk/commit/e44276989fc6358065412be7567d0141c84f1282 Stats: 94 lines in 2 files changed: 92 ins; 0 del; 2 mod 8322754: click JComboBox when dialog about to close causes IllegalComponentStateException Reviewed-by: abhiscxk, serb ------------- PR: https://git.openjdk.org/jdk/pull/17262
