RFR: 8283387: [macos] a11y : Screen magnifier does not show selected Tab

Alexey Ivanov aivanov at openjdk.java.net
Wed Apr 6 21:22:47 UTC 2022


On Wed, 6 Apr 2022 18:15:09 GMT, Alexander Zuev <kizune at openjdk.org> 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



More information about the client-libs-dev mailing list