RFR: 8322754: click JComboBox when dialog about to close causes IllegalComponentStateException

Abhishek Kumar abhiscxk at openjdk.org
Thu Jan 4 11:44:21 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.

Verified the test.

-------------

Marked as reviewed by abhiscxk (Committer).

PR Review: https://git.openjdk.org/jdk/pull/17262#pullrequestreview-1803996229


More information about the client-libs-dev mailing list