On Thu, 15 Feb 2024 07:58:46 GMT, Tejesh R <[email protected]> wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> spacing fix > > src/java.desktop/share/classes/javax/swing/plaf/synth/SynthTabbedPaneUI.java > line 677: > >> 675: } >> 676: >> 677: private Color getUnselectedBackgroundAt(int index) { > > I guess `getUnselectedBackground` would be right naming convention.
Don't think so as there is an `index` argument. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17720#discussion_r1490616641
