On Wed, 27 Oct 2021 05:18:08 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
>> Alexander Zuev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Moving access to the popup visibility status to EDT
>
> test/jdk/javax/swing/JPopupMenu/4634626/bug4634626.java line 56:
>
>> 54:
>> 55: public static JFrame mainFrame = new JFrame("Bug4634626");
>> 56: public JPanel contentPane = new JPanel();
>
> I guess all swing component creation also needs to be in EDT
I guess most of init() also should be in EDT as it works on swing components
-------------
PR: https://git.openjdk.java.net/jdk/pull/6104