On Tue, 10 Aug 2021 18:08:55 GMT, Sergey Bylokhov <[email protected]> wrote:
>> lawrence.andrews has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fixed review comments
>
> test/jdk/java/awt/im/4959409/bug4959409.java line 55:
>
>> 53:
>> 54: public JFrame createUIAndTest() throws Exception {
>> 55: final JFrame frame = new JFrame("Test bug4959409");
>
> Please make sure that the Swing components, created/used/disposed on the EDT.
Added EDT
-------------
PR: https://git.openjdk.java.net/jdk/pull/5058