On Thu, 22 Feb 2024 05:14:56 GMT, Tejesh R <[email protected]> wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove WindowsLAF check > > src/java.desktop/share/classes/javax/swing/plaf/synth/SynthTabbedPaneUI.java > line 679: > >> 677: private Color getUnselectedBackgroundAt(int index) { >> 678: Color color = tabPane.getBackgroundAt(index); >> 679: if (color instanceof UIResource) { > > Both condition statements can be combined.
done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17720#discussion_r1498714057
