On Tue, 13 Dec 2022 13:30:45 GMT, Artem Semenov <aseme...@openjdk.org> wrote:
> [TableAccessibility accessibleRowWithIndex] and [TableAccessibility > accessibleColumnWithIndex] defines the getAccessibleRowWithIndex and > getAccessibleColumnWithIndex methods on the AccessibleContext instance of > AccessibleJTable class, however the call should go through CAccessibility so > that it is executed on the Event Dispatch thread. Marked as reviewed by serb (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/11649