RFR: 8224261: JProgressBar always with border painted around it [v6]

Damon Nguyen dnguyen at openjdk.org
Tue Nov 21 18:04:10 UTC 2023


On Tue, 21 Nov 2023 17:59:02 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.
>
> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove line break

The additional changes look good to me. Cleaner and more readable

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

Marked as reviewed by dnguyen (Committer).

PR Review: https://git.openjdk.org/jdk/pull/16467#pullrequestreview-1742741760


More information about the client-libs-dev mailing list