Integrated: 8224261: JProgressBar always with border painted around it

Abhishek Kumar abhiscxk at openjdk.org
Thu Nov 23 16:22:32 UTC 2023


On Thu, 2 Nov 2023 04:13:17 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> JProgressBar is always painted with border irrespective of the value set via the API `setBorderPainted(boolean value)` in Synth (Nimbus and GTK) LAF. Proposed fix is to add a check before painting the component.
> 
> CI jobs are green after the fix. Links attached to JBS.

This pull request has now been integrated.

Changeset: cb95e393
Author:    Abhishek Kumar <abhiscxk at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cb95e393b638d49a2ac07d3173f1ad7581176e7b
Stats:     114 lines in 2 files changed: 111 ins; 0 del; 3 mod

8224261: JProgressBar always with border painted around it

Reviewed-by: aivanov, dnguyen

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

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


More information about the client-libs-dev mailing list