On Thu, 2 Nov 2023 04:13:17 GMT, Abhishek Kumar <[email protected]> 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 <[email protected]> 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
