RFR: 8224261: JProgressBar always with border painted around it [v7]
Alexey Ivanov
aivanov at openjdk.org
Thu Nov 23 09:45:11 UTC 2023
On Wed, 22 Nov 2023 04:25:38 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:
>
> Minor fix
Looks good to me.
I would sort the imports though.
-------------
Marked as reviewed by aivanov (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16467#pullrequestreview-1744485512
More information about the client-libs-dev
mailing list