On Fri, 18 Apr 2025 18:39:09 GMT, Damon Nguyen <[email protected]> wrote:
> Open-sourcing and standardizing several swing tests (JScrollPane & JRootPane)
test/jdk/javax/swing/JScrollPane/AcceleratedWheelScrolling/RTLScrollers.java
line 250:
> 248: comp.setBackground(Color.RED);
> 249: }
> 250: else if ((row + 1) % 3 == 0) {
Suggestion:
else if ((row + 1) % 3 == 0) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24758#discussion_r2052085154
