On Tue, 11 Jan 2022 15:50:48 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> The protected methods `paintTab` and `paintFocusIndicator` accept the `rect` > parameter which is documented as _“rectangles”_. I suggest updating this > description to a more descriptive: _“the tab rectangles”_ as the array > contains the coordinates of the tabs. > > Similarly, the documentation for `assureRectsCreated` method could be updated > to clarify which rectangles are created. > > The documentation for `paintTabBorder` is inconsistent with other paint > methods, it has no ending punctuation. I updated it to be consistent. > > I split out these changes from > [JDK-8279798](https://bugs.openjdk.java.net/browse/JDK-8279798) and #7031 > because this issue will likely require a CSR. I don't think the spec is affected in a way that needs a CSR ------------- Marked as reviewed by prr (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/7033