RFR: 8190264: JScrollBar ignores its border when using macOS Mac OS X Aqua look and feel [v3]

Alexander Zuev kizune at openjdk.java.net
Wed Nov 17 17:14:31 UTC 2021


On Mon, 15 Nov 2021 17:33:09 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Adjusted the AquaLF scrollbar to account for border inset settings when dragging the thumb and clicking on the track.
>
> Alisen Chung has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - removed trailing whitespace
>  - test change

test/jdk/java/awt/Scrollbar/AquaLFScrollbarTest/ScrollBarBorderTest.java line 1:

> 1: import javax.swing.JScrollBar;

Please add standard copyright header to the test. You can borrow it from any existing openjdk test made by Oracle - just make sure to change the year to the current.

test/jdk/java/awt/Scrollbar/AquaLFScrollbarTest/ScrollBarBorderTest.java line 26:

> 24: /*
> 25:  * @test
> 26:  * @run main/manual ScrollBarBorderTest

Please add short summary of the test with "@summary" tag and BugID with "@bug". You can see how it is done in any other OpenJDK test.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6374



More information about the client-libs-dev mailing list