Integrated: 8322754: click JComboBox when dialog about to close causes IllegalComponentStateException
Prasanta Sadhukhan
psadhukhan at openjdk.org
Mon Jan 8 02:49:32 UTC 2024
On Thu, 4 Jan 2024 07:23:59 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> 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 <psadhukhan at openjdk.org>
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
More information about the client-libs-dev
mailing list