Integrated: 8225220: When the Tab Policy is checked, the scroll button direction displayed incorrectly.

Abhishek Kumar abhiscxk at openjdk.org
Mon Dec 4 09:34:14 UTC 2023


On Fri, 10 Nov 2023 11:20:50 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> JTabbedPane scroll button direction was incorrect because the widget type returned while painting the arrow was `SPINNER_ARROW_BUTTON`. Added the condition check for JTabbedPane before returning the widget type and based on the tab placement set by user, appropriate widget type is returned.
> 
> Tested the CI jobs against the fix and it was green. Link attached in JBS.

This pull request has now been integrated.

Changeset: ed5b8c3a
Author:    Abhishek Kumar <abhiscxk at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ed5b8c3a7bb6de27ab5050db494b08d5e5dd1c44
Stats:     110 lines in 2 files changed: 109 ins; 0 del; 1 mod

8225220: When the Tab Policy is checked,the scroll button direction displayed incorrectly.

Reviewed-by: tr, psadhukhan

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

PR: https://git.openjdk.org/jdk/pull/16601


More information about the client-libs-dev mailing list