On Wed, 6 Apr 2022 18:15:09 GMT, Alexander Zuev <[email protected]> wrote:
>> test/jdk/javax/accessibility/JTabbedPane/AccessibleTabbedPaneTest.java line
>> 39:
>>
>>> 37: public class AccessibleTabbedPaneTest {
>>> 38: public static void main(String[] args) {
>>> 39: JTabbedPane pane = new JTabbedPane();
>>
>> Shouldn't this be run on EDT?
>
> I do not see why. I am only working with the data model and only set the data
> model state trough the appropriate calls, they do not rely on any
> asynchronous processing or external events.
Sounds reasonable.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8049